JDK-6536120 : HTML serializer puts no space between public and system doctype
  • Type: Bug
  • Component: xml
  • Sub-Component: javax.xml.transform
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-03-20
  • Updated: 2012-04-25
  • Resolved: 2007-06-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0u14 b01Fixed
Description
The HTML serializer doesn't leave a space between the public and system
doctypes. This is a known Bug in Xalan 2.6 and should be fixed in the CVS as of
this writing. See:
<http://issues.apache.org/jira/secure/ViewIssue.jspa?key=XALANJ-1910> (Bugzilla
ID 30142) The actual fix seems to be trivial, but it's difficult to work around
the problem, when you use JAXP in Java 5.0.

This bug shows up in J2SE 5.0 (JDK 1.5.0_01). Please include the fix in the next
maintenance-release of the JDK 1.5! It's a tiny problem but very annoying!

Comments
EVALUATION ------- Additional comments from spericas Tue Sep 5 18:18:39 +0000 2006 ------- I confirm this issue still exists in JAXP 1.3 which is part of J2SE 5.0. However, it is fixed in JAXP 1.4 downloadable from this project and also part of J2SE 6.0. We'll work with the maintenance team to get this into an update release of J2SE 5.0. ------- Additional comments from spericas Mon Mar 19 19:42:21 +0000 2007 ------- This has been fixed in the JDK 5.0 branch of JAXP at Java.net. A request approval is being prepared to integrate this into JDK 5.0 Update 13. I'm marking it as fixed here.
20-03-2007