Re: [xsl] error executing path expression

Subject: Re: [xsl] error executing path expression
From: Rahil <qamar_rahil@xxxxxxxxxxx>
Date: Thu, 26 May 2005 14:14:34 +0100
Michael Kay wrote:

But actually looking at your code I think you might actually have intended
it to be relative to the root of that document, in which case you would want

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



Yeah it is the root node that Im trying to access. I declared a variable, the way you and David suggested, and got my file to work again.


Thanks a lot
Rahil

Current Thread