Page 1 of 1

Suppress header

Posted: Wed Mar 05, 2014 2:25 pm
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

Re: Suppress header

Posted: Wed Mar 05, 2014 5:21 pm
by adrian
Hi,

Code: Select all

<xsl:output method="xml" omit-xml-declaration="yes"/>
Regards,
Adrian

Re: Suppress header

Posted: Fri Mar 07, 2014 3:21 pm
by Le Basque
thank you it is ok