xsl-list
[Top] [All Lists]

Re: changing context node

2002-12-05 07:28:49
Thanks..
That works!

----- Original Message -----
From: "G. Ken Holman" <gkholman(_at_)CraneSoftwrights(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, December 05, 2002 2:02 PM
Subject: Re: [xsl] changing context node


At 2002-12-05 13:49 +0000, Laura wrote:
I am not able to do this because the context node is
$external-merge-xml/Merging-Data/DBDetails..
and the for-each doesnt produce any result..

Is there any other way to do this?

At the top level of your stylesheet, bind the root node of the source file
to a global variable as in:

   <xsl:variable name="source" select="/"/>

Then, when you are in the context of the external file, change the context
to the source file by:

   <xsl:for-each select="$source">

I hope this helps.

............................. Ken


--
Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO:
-                             North America:  Feb 3 - Feb 7,2003

G. Ken Holman               mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.        http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0  +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                     Definitive XSLT and XPath
ISBN 0-13-140374-5                             Definitive XSL-FO
ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1             Practical Formatting Using XSL-FO
Next conference training:                    2002-12-08,03-03,06


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


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



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