Re: [xsl] How to get out the document()-file

Subject: Re: [xsl] How to get out the document()-file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Jul 2004 17:10:07 +0100
<xsl:variable name="originalroot" select="/">

<xsl:for-each select="document('kljg.xml')/a/b/c">
...

<xsl:apply-templates select="$originalroot/x/y/z">
  <xsl:with-param name="x">Ive escaped...</xsl;with-param>
</xsl:apply-templates>



David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread