Subject: Re: apply-templates issue
From: footh <footh@xxxxxxxxx>
Date: Wed, 7 Sep 2005 11:03:33 -0700 (PDT)
|
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@xxxxxxxxxx> wrote:
> 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)
> +In the land of the blind, the one-eyed man is king;
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|