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=4845>. 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=4845 xsltc should escape quote chars in an html attribute Summary: xsltc should escape quote chars in an html attribute Product: XalanJ2 Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A customer test, editing, fails because quote characters within an html attribute are not escaped. Consequently, the html is invalid and will cause errors in the browser. For example (with some spaced deleted for readability), XSLTC outputs: onClick="if(this.checked) top.applet.updateProperty( "TopNews8", "", "visible", "true"); else top.applet.updateProperty( "TopNews8", "", "visible", "false");" and Xalan outputs: onClick="if(this.checked) top.applet.updateProperty( "TopNews8", "", "visible", "true"); else top.applet.updateProperty( "TopNews8", "", "visible", "false");"
