xsl-list
[Top] [All Lists]

Re: Including <?xml ...> in the result tree

2006-01-29 18:34:52
"Michael Kay" <mike(_at_)saxonica(_dot_)com> wrote:

In both cases, the relevant construct is not part of the result tree, so
it's created during serialization rather than during transformation. (If you
look at the data model, you'll see that neither the XML declaration nor the
DOCTYPE declaration appear as nodes in the tree).

You generate all of this with attributes of xsl:output: method="xml",
version="1.0", encoding="UTF-8", doctype-system and doctype-public.

The only thing an XML declaration and a processing instruction have in
common is that they both start with "<?".

Michael Kay
http://www.saxonica.com/ 

Thanks Michael, I got there myself, but your explanation makes things
even clearer.

sdt


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>