Re: [xsl] Root node vs element root?

Subject: Re: [xsl] Root node vs element root?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 16 May 2001 17:40:03 +0100
> I know the element root is <book>,

The top level element (sometimes called the document element)
does not have any special signifacnce in XPath.
An XPath root note is the root of the tree, essentially it corresponds
to the entire document.
so

> but is the root node <?xml version="1.0" encoding="UTF-8"?> ??? 

No, there is no node corresponding to the xml declaration
(but there would be nodes corresponding to Pi's such as for example
<?xml-stylesheet ..?> which may also occur before the start of the first
element. 


> Also, does the XSLT processor even see/read the xml declaration?

No, although of course it will be read by the XML parser used by your
XSL system, and used to control (at least) the encoding used while
reading the document.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp

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


Current Thread