Re: [xsl] Pattern "node()" and document nodes

Subject: Re: [xsl] Pattern "node()" and document nodes
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 25 Feb 2010 09:44:08 -0800
On Thu, Feb 25, 2010 at 7:57 AM, Florent Georges <lists@xxxxxxxxxxxx> wrote:
> B Hi,
>
> B Could someone confirm that the pattern "node()" matches a
> document node? B This is what I understand from the section "5.5
> Patterns" <http://www.w3.org/TR/xslt20/#patterns>, but the wording
> is quite complex, and the case where the NodeTest in the pattern
> is document-node() is handled separatly, so I have maybe missed
> something.


No, because, there is no way to issue <xsl:apply-templates/> that
would process a document node -- this must be issued when the current
node is the parent of the document node -- as we all know well, a
document node does not have a parent -- by definition.



--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play




>
> B Regards,
>
> --
> Florent Georges
> http://www.fgeorges.org/

Current Thread