I&#39;m using <br><br>declare namespace saxon = &quot;<a href="http://saxon.sf.net/">http://saxon.sf.net/</a>&quot;;<br>declare option saxon:output &quot;method=text&quot;;<br><br>and I&#39;m still getting the xml declaration.<br>
<br>I also tried adding<br><br>declare option saxon:output &quot;omit-xml-declaration=yes&quot;;<br><br>and no joy.<br><br>However, adding &#39;!method=text&#39; to the command line works.&nbsp; I did some googling and notices that this occured between 8.4 and 8.5, but &#39;was going to be fixed soon&#39;.<br>
<br>What am I missing?<br><br>Thanks<br><br>- Kevin<br><br>