xsl-list
[Top] [All Lists]

Re: apply-templates issue

2005-09-07 10:05:58
Tempore 17:23:23, die 09/07/2005 AD, hinc in 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit footh 
<footh(_at_)yahoo(_dot_)com>:

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)
«In the land of the blind, the one-eyed man is king»

--~------------------------------------------------------------------
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>