xsl-list
[Top] [All Lists]

Re: [xsl] outputting <?xml version="1.0" encoding="UTF-8"?>

2006-09-18 04:51:54
Ian Murphy wrote:
Now the question is, who is responsable for putting this header in
place? From what I know it should be the .net 1.1 xsl libraries I use to
do the transform, no? I've been searching the docs and can't find any
reference to enabling or disabling the production of this header, though
I could be looking for the wrong thing.

I missed on the whole discussion, but to enable/disable the <?xml ...?> header part, you can do the following:

<xsl:output indent="yes" method="xml" encoding="UTF-8" omit-xml-declaration="no" />

But, if you haven't got this statement *and* your method is "xml", the default value for "omit-xml-declaration" is "no", meaning, that the XML declaration, by default, should be output by the processor. Setting it to "yes" will suppress the output of the xml declaration.

Abel Braaksma
http://abelleba.metacarpus.com

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