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

Subject: Re: [xsl] Resetting context to main document with "document()"?
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Tue, 5 Mar 2002 20:36:02 +0100
> Hi,
> I was using the variable before, but it is not a nice solution: the
problem
> is that then I have the xml filename in the xsl, which is unpractical
(what
> if I change directories for xml / xsl). I tried also to set the variable
to
> "/" as shown below, but (MSXML) it outputs trash to the screen...
> There is the obvious trick of passing the same name also as parameter, but
> it is also not "elegant". I suppose there has to be a way to reset to the
> MAIN parsed document without dirty tricks.....

<xsl:variable name="doc" select="/"/> is THE one and in any case best
solution to handle this problem. That MSXML outputs trash is not standard,
it must come from your stylesheet. You can post your complete stylesheet
here and we will have a look at it.

Regards,

Joerg


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


Current Thread