DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38345>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38345 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|<html:html> generates |Add support for XHTML 1.1 |illegal attribute using |and XHTML 2.0 etc. |xhtml="true" | ------- Additional Comments From [EMAIL PROTECTED] 2006-02-12 02:27 ------- Struts is outputing markup which conforms to XHTML 1.0: http://www.w3.org/TR/xhtml1/#normative As you say though this is not valid for XHTML 1.1: http://www.w3.org/TR/xhtml11/changes.html#a_changes Seems to me that we need to be able to generate either XHTML 1.0 or XHTML 1.1 compliant markup (and XHTML 2.0 and beyond) and rather than XHTML="true" it would be better if we used XHTML="1.0", XHTML="1.1", XHTML="2.0" etc. This is not a bug, since its working as designed, so I'm changing the title to reflect the wider requirement. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]