Subject: Re: How can a template match elements created by xsl????
From: ChivaBaba@xxxxxxx
Date: Thu, 16 May 2002 11:32:54 EDT
|
Hi J. Pietschmann,
I already fixed the sort-problem by explicitly adding the element, that should be sorted. So when I write:
<xsl:for-each select="exsl:node-set($tools)/tool">
instead of:
<xsl:for-each select="exsl:node-set($tools)">
it works pretty well!!
Many thanks again for your extensive help,
Stefan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|