[ http://issues.apache.org/jira/browse/XALANJ-2098?page=all ]
Brian Minchau updated XALANJ-2098:
----------------------------------
Fix Version: 2.7
> ToHTMLStream: no space between PUBLIC and SYSTEM identifiers if both present
> ----------------------------------------------------------------------------
>
> Key: XALANJ-2098
> URL: http://issues.apache.org/jira/browse/XALANJ-2098
> Project: XalanJ2
> Type: Bug
> Components: Serialization
> Versions: 2.6
> Environment: n/a
> Reporter: Sergey Ushakov
> Fix For: 2.7
>
> The org.apache.xml.serializer.ToHTMLStream class produces invalid DOCTYPE
> declaration with no space between PUBLIC and SYSTEM identifiers if both are
> provided.
> Fix:
> line 607: change
> writer.write('"');
> to
> writer.write(" \"");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]