http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1406
*** shadow/1406 Tue Jun 12 05:38:30 2001
--- shadow/1406.tmp.4480 Tue Jun 12 05:40:16 2001
***************
*** 2,8 ****
| xsltc does not apply omit-xml-declaration="yes" |
+----------------------------------------------------------------------------+
| Bug #: 1406 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
--- 2,8 ----
| xsltc does not apply omit-xml-declaration="yes" |
+----------------------------------------------------------------------------+
| Bug #: 1406 Product: XalanJ2 |
! | Status: VERIFIED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
***************
*** 35,37 ****
--- 35,41 ----
<xsl:output method="xml" encoding="UTF-8" omit-xml-declaration="yes" />
fails to prevent the xml declaration from being output.
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-12 05:40 -------
+ On retest this problem has gone away. Don't have a specific checkin that fixed
+ it but the proof is in the output.
\ No newline at end of file