xsl-list
[Top] [All Lists]

RE: Nested xsl:sort problems

2003-12-08 17:12:23
Try 

<xsl:sort data-type="text" select=".//secondary/@name"/> 

and 

<xsl:sort data-type="text" select=".//secondary//tertiary/@name"/> 


The // selects all matching nodes on that level...im not sure how it will
match on a sort tho... Give it a burl shirl!




This seems only to work for the 'primary' element and not the 
'secondary' and 'tertiary'. I'm pretty new to this so any 
advice is greatly appreciated.
thanks
-fw





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>