RE: [xsl] Nested xsl:sort problems

Subject: RE: [xsl] Nested xsl:sort problems
From: "Todd Baker" <lists@xxxxxxxxxxxxxxxxx>
Date: Tue, 9 Dec 2003 11:12:23 +1100
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


Current Thread