You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Steven J. Hathaway (Resolved) (JIRA)" <xa...@xml.apache.org> on 2011/11/07 22:44:52 UTC

[jira] [Resolved] (XALANC-335) Doctype output should be lowercase for html.

     [ https://issues.apache.org/jira/browse/XALANC-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven J. Hathaway resolved XALANC-335.
---------------------------------------

    Resolution: Incomplete
    
> Doctype output should be lowercase for html.
> --------------------------------------------
>
>                 Key: XALANC-335
>                 URL: https://issues.apache.org/jira/browse/XALANC-335
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: 1.6
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: Ben Carden
>
> Currently when generating a html page using xalan the following DOCTYPE is given:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> The HTML should be lower case to be correct for xhtml 1.0 strict as shown below:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.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