Re: [xsl] apply-templates issue

Subject: Re: [xsl] apply-templates issue
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Wed, 07 Sep 2005 19:05:58 +0200
Tempore 17:23:23, die 09/07/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit footh <footh@xxxxxxxxx>:

the issue with this solution is that I'm not
guaranteed to have "MyFields" as a tag.  In fact,
everything below the "xml-to-input" tag will contain
varying tag names.

In that case, stick with your original XLST and simply specify what nodes should not be processed a second time.


<xsl:apply-templates select="*[not(self::option)]" mode="xml-to-input"/>

regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
B+In the land of the blind, the one-eyed man is kingB;

Current Thread