Re: [xsl] Which patterns will select the root node?

Subject: Re: [xsl] Which patterns will select the root node?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 16 Oct 2005 19:28:23 +1000
On 10/16/05, Soren Kuula <dongfang@xxxxxxxxxxx> wrote:
> Hi, just to make sure:
>
> Will any other pattern than "/" ever match the root?

Yes -- always matches the root node of the current document. In XSLT2
terms it matches the document node.



> I guess no,
> because the only alternative will start with "//", after which you will
> just have to add a step, and that will be a downward step.

I completely don't understand what you're talking about here?


--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.

Current Thread