DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22283

document how to use html:html xhtml=true

           Summary: document how to use html:html xhtml=true
           Product: Struts
           Version: 1.0 Final
          Platform: Other
               URL: http://jakarta.apache.org/struts/struts-html.html#html
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Before struts, I had my HTML files started like 

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
...

Suggestion:
=========== 
Add to the documentation as per the above URL a description on
1) how to get the "xmlns" and "xml:lang" attribute into the html:html struts tag
2) Document whether the <?xml version... line and the <!DOCTYPE will be provided
by struts or whether they also can be generated by Struts?
These two lines appear to be necessary to be able to run the CSS-Validator as
per http://jigsaw.w3.org/css-validator/validator?uri=https://mydomain/index_en.jsp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to