xsl-list
[Top] [All Lists]

Re: [xsl] [XSL] Two "Philisophical" questions about the language

2009-01-18 08:39:27
Hi Ken,

On Sat, Jan 17, 2009 at 5:04 PM, G. Ken Holman
<gkholman(_at_)cranesoftwrights(_dot_)com> wrote:
<?xml version="1.0">
<?xml-stylesheet type="text/xsl" href="over-there.xsl">
<?owner jsmith>
<root>
</root>
<!--copyright notice here-->

The root node in the above document has 4 child nodes.

It seems to me, that you are saying:

<?xml version="1.0"> is a node in XDM.

but this construct (the XML prolog) is not represented in any form in
the XDM model (so it's discarded while building the XPath tree).

Please correct me if I am wrong.


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--