xsl-list
[Top] [All Lists]

Re: apply-templates issue

2005-09-07 11:03:33
Thanks!  I actually thought about doing this, and
tried various ways but couldn't get the correct
syntax.  This will help a lot.

Regards,

JF

--- Joris Gillis <roac(_at_)pandora(_dot_)be> wrote:

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




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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