Suppress header

Here should go questions about transforming XML with XSLT and FOP.
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

Suppress header

Post by Le Basque »

Hi,

When i use xslt for generate xml file, how should I do to suppress the generation of line <?xml ....

Thank you
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Suppress header

Post by adrian »

Hi,

Code: Select all

<xsl:output method="xml" omit-xml-declaration="yes"/>
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

Re: Suppress header

Post by Le Basque »

thank you it is ok
Post Reply