This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can a template match elements created by xsl????


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]