You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2005/04/12 01:04:35 UTC

[jira] Resolved: (XALANJ-2098) ToHTMLStream: no space between PUBLIC and SYSTEM identifiers if both present

     [ http://issues.apache.org/jira/browse/XALANJ-2098?page=history ]
     
Brian Minchau resolved XALANJ-2098:
-----------------------------------

    Resolution: Duplicate

Probably a duplicate of an earlier bug. Resolving as duplicate, but it is already fixed in CVS.

> 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

>
> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org