[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] passing variable through to document() call.


Subject: [xsl] passing variable through to document() call.
From: Eric Smith <es@xxxxxxxxxxxx>
Date: Wed, 13 Aug 2003 21:58:27 +0200

I have a parent document with code like:
<doc>
<render2web/> <!-- this sets the variable -->
<lookup about="consumer"/>
</doc>

And in the xsl:
<xsl:apply-templates select="document('/home/eric/lookup.xml')/doc/topic[@about=$about]"/>

Problem is that when applying the templates in this call above, the variable set
in the xml above is not seen.

How do I implement this - tried and failed to implement with a call-template.

Thanks a lot.

-- 
Eric Smith

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml