This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Resetting context to main document with "document()"?


instead of using xsl:for-each

place the document in a variable

<xsl:variable name="thedoc" select="document('somdoc.xml')"/>

then use $thedoc in your template or for-each

cheers, jim fuller


----- Original Message ----- 
From: "Costantino Sertorio" <costantino.sertorio@ams.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, March 05, 2002 11:08 AM
Subject: [xsl] Resetting context to main document with "document()"?


> Hello,
> in my XSL, I am parsing a few other documents besides the main one. In
> several places in the XSL, I need to switch the context to some other
> document, using:
> <xsl:for-each select="document(...)"/>
> How can I switch again to the main document?
> 
> Thanks,
> Costantino
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]