|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Problems with sort.
> I want it to sort by whatever the element > is in /PAGE/@sort. Ah, I see now. <xsl:sort select="*[name()=/PAGE/@sort]"/> Mike Kay > I have tried so many combinations to try and tell it where to find the > attribute @sort. I'm assuming that not finding it is what's > causing it not to > sort. > > <?xml version="1.0"?> > <PAGE title="Display Projects" sort="title"> > <projects> > <project> > <number> > 1114 > </number> > <title> > Test Title > </title> > <site_code> > INCTM > </site_code> > <department> > 0 > </department> > </project> > </PAGE> > > <xsl:template match="projects"> > <xsl:apply-templates> > <xsl:sort select="Here is where I need help!"/> > </xsl:apply-templates> > </xsl:template> > > Brian > > Kay Michael wrote: > > > > I have this code: > > > > > > <xsl:apply-templates> > > > <xsl:sort select="/PAGE/@sort"/> > > > </xsl:apply-templates> > > > > > > It doesn't give an error, but isn't sorting by the value of > > > "/PAGE/@sort". > > > > Since the sort key is an absolute path, its value doesn't > depend on the > > context node, so it will have the same value for every node > in the node-set > > you are trying to sort. Sort keys should normally be relative paths. > > > > Mike Kay > > > > XSL-List info and archive: > http://www.mulberrytech.com/xsl/xsl-list > > -- > > Brian N. > Burridge > Internet Architect > (727) 399-3000 Ext 3515 > The Internet Group - ITSS > Cox Target Media > > "Until a person can say deeply and honestly, "I am what I am > today because of > the choices I made yesterday," that person cannot say, "I > choose otherwise." > > > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








