xsl-list
[Top] [All Lists]

xsl:sort not working under unix

2004-12-29 11:22:52
Hi anton,

hope you had a nice holiday.

i tried replacing that "/case/status" with just "status" in

<xsl:for-each select="/runs/case">
<!--ascending or descending--> <xsl:apply-templates select="document(@filename)/case">
        <xsl:sort select="status" data-type = "text" order="descending"/>
     </xsl:apply-templates>
   </xsl:for-each>


still not seeing a sort. could the document(@filename)/case be fixing things?


thanks,

sylvia


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • xsl:sort not working under unix, Sylvia Murphy <=