|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Sort by calculated value
I tryed how you advice me.. It works changing the sort priority. <xsl:template match="/"> <xsl:for-each select="/CommandList/CheckRouting/RouterList/Router/GroupList/Group/OutwardL ist/Outward" > <xsl:sort select="count(//Outward[Id=current()/Id]/SegmentList/Segment)" data-type="number" order="ascending" /> <xsl:sort select="Price/Amount" data-type="number" order="ascending" /> ..... Thanks a lot.
|
Back To School Sale!Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop. 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
|






