[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to