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=27774>. 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=27774 wrong output of boolean html attribute nowrap Summary: wrong output of boolean html attribute nowrap Product: XalanC Version: 1.7 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] nowrap="nowrap" will not be collapsed to html boolean attribute nowrap, in an output="html". some html boolean attributes work though, like disabled, checked, selected, ... see attached sample xsl. I did not test all html boolean attributes because of time shortage, what else. Reference: http://www.w3.org/TR/xhtml1 C.10. Boolean Attributes Some HTML user agents are unable to interpret boolean attributes when these appear in their full (non-minimized) form, as required by XML 1.0. Note this problem doesn't affect user agents compliant with HTML 4. The following attributes are involved: compact, nowrap, ismap, declare, noshade, checked, disabled, readonly, multiple, selected, noresize, defer. also tested wrong with Xalan 1.4, 1.5, 1.6 looks like an old bug
