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 2006/03/10 19:41:57 UTC

[jira] Resolved: (XALANJ-2276)
     [ http://issues.apache.org/jira/browse/XALANJ-2276?page=all ]
     
Brian Minchau resolved XALANJ-2276:
-----------------------------------

    Fix Version: Latest Development Code
     Resolution: Fixed

Patches patch6.txt and mini-patch7.txt were applied to the latest code.
The issue is fixed/resolved.

> <!DOCTYPE html ..   is output for html output, even when the first element is not "html"
> ----------------------------------------------------------------------------------------
>
>          Key: XALANJ-2276
>          URL: http://issues.apache.org/jira/browse/XALANJ-2276
>      Project: XalanJ2
>         Type: Bug
>   Components: Serialization
>     Versions: Latest Development Code
>     Reporter: Brian Minchau
>     Assignee: Brian Minchau
>      Fix For: Latest Development Code
>  Attachments: mini-patch7.txt, patch3.txt, patch4.txt, patch5.txt, patch6.txt
>
> Probably a minor bug, but the code in ToHTMLStream.java has this line:
>   writer.write("<!DOCTYPE html");
> in the method startDocumentInternal.
> This method can be triggered by the fact that we got a startElement() call.
> The DOCTYPE should apply to the first element, which is usually "html", but 
> could be "HTML" "HtMl" "spider" "fly" ... or whatever.
> The code should be made a little more robust to get the name of the first element
> and the name in the DOCTYPE to be the same.

-- 
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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org