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=5992>. 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=5992 Xalan XHTML output lacks space before the closing /> Summary: Xalan XHTML output lacks space before the closing /> Product: XalanJ2 Version: 2.2.x Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.serialize AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] W3C recommends that empty XHTML tags using the minimized syntax should be created in the form <tag ... /> where the space before the closing /> is required to ensure correct interpretation of the tag on legacy browsers. The minimised form must be used (so sayeth the W3C) for all tags that were formerly used without closing tags in HTML. The XHTML output method should generate tags matching this format. The minimised form should not be used for elements which have a non-empty context model but happen to be empty, like empty paragraph elements <p>.
