[Home] [By Thread] [By Date] [Recent Entries]
Hi Sylvia,
You can get rid of the for-each loop and access all documents at once, like this: <xsl:apply-templates select="document(/runs/case/@filename)/case"> <xsl:sort select="status" data-type="text" order="descending"/> </xsl:apply-templates> That should fix the sorting... (With the for-each, the input documents are processed one by one, hence the sort has no effect) HTH, Anton Sylvia Murphy wrote: Hi anton,
|

Cart



