Re: [xsl] How to move processing instruction?

Subject: Re: [xsl] How to move processing instruction?
From: "Rashmi Rubdi" <rashmi.sub@xxxxxxxxx>
Date: Thu, 12 Apr 2007 03:06:57 -0400
To remove the XML Processing instruction use this tag:

<xsl:output omit-xml-declaration="no" />

-Rashmi

Current Thread