xsl-list
[Top] [All Lists]

[xsl] multiple input document question

2008-07-16 19:16:59
Hi,

I'm wondering if there is any way to do the following:

<xsl:template match="*[(_at_)menu]">
        <xsl:variable name="id" select="@id"/>
        <xsl:for-each select="document('f1.xml')/$id">
...

I've tried all sorts of combinations.

I guess I can create an xslt output document
with the for-each statement selecting by the
value of the other document and just run
it through xslt twice.  It just starts getting a little
weird then!

Thanks!
-g


-- 
Greg Fausak
greg(_at_)thursday(_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>
--~--

<Prev in Thread] Current Thread [Next in Thread>