You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/13 14:37:34 UTC

DO NOT REPLY [Bug 6963] - XSLTC: omit-xml-declaration of is ignored.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6963>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6963

XSLTC: omit-xml-declaration of <xsl:output/> is ignored.

tom.amiro@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |High



------- Additional Comments From tom.amiro@sun.com  2002-03-13 13:37 -------
This problem can be reproduced with conf test output45

Running xalan on output45
<example>SHOULD NOT have XML Declaration</example>


Running XSLTC with Xerces Parser on output45
<?xml version="1.0" encoding="UTF-8" ?>
<example>SHOULD NOT have XML Declaration</example>