xsl-list
[Top] [All Lists]

Re: [xsl-list] Storing an XPath fragment in a variable

2005-07-14 06:05:36
On 7/14/05, Joris Gillis <roac(_at_)pandora(_dot_)be> wrote:

It can be used inside a predicate. example:

<xsl:variable name="query">red green blue</xsl:variable>

<xsl:template match="foo">
        <xsl:apply-templates select="*[contains($query,name())]"/>
</xsl:template>

Ah, yup that make sense.  Very tidy.  Thank you!

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

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