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()"?


> 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


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