-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
5.0u35
-
generic
-
generic
The XML test case
Transform_Tests/DoctypeTest
failed during jdk 1.5.0 u36 testing with the message:
FAIL: Test Result String `<?xml version="1.0" encoding="UTF-8"?>`does not match Gold File String = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>`
Indeed, the standalone element is lost during the transformation. It exists in the original xml file, but absent in the output. See a test case with golden (doctypeGF.out) and output (doctype.out) files in the attachment.
This is not a regression. This is not reproducible with JDK 6/7.
Transform_Tests/DoctypeTest
failed during jdk 1.5.0 u36 testing with the message:
FAIL: Test Result String `<?xml version="1.0" encoding="UTF-8"?>`does not match Gold File String = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>`
Indeed, the standalone element is lost during the transformation. It exists in the original xml file, but absent in the output. See a test case with golden (doctypeGF.out) and output (doctype.out) files in the attachment.
This is not a regression. This is not reproducible with JDK 6/7.
- relates to
-
JDK-6870815 When pretty printing XML from DOM in Java 6, an unwanted standalone="no" attribute appears
-
- Open
-