Re: [xsl] processing source XML while inside variable processing - XSLT 1.0

Subject: Re: [xsl] processing source XML while inside variable processing - XSLT 1.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 10 May 2006 10:26:07 +0100
<xsl:variable name="originaldoc" select="/"/>
<xsl:for-each select="$theVariable">
  <xsl:apply-template select="$originaldoc/a/b/caNodeInsideTheSourceDocument" />
  

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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