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=31501>. 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=31501 html:form focus generates non-XHTML ------- Additional Comments From [EMAIL PROTECTED] 2004-10-27 03:36 ------- I dont think CDATA will fix it if the CDATA tag ends up in the generated XHTML. If I run this page: <html> <head> <![CDATA[ <script> function dome(){ window.alert("say hello"); } </script> ]]> </head> <body> Testing <input type="button" onClick="dome()" value="Homie" /> </body> </html> then the browsers displays on the screen the javascript and onclick gets a no such object error. Enclosing in XML comments is still the best thing I can think of: <!-- ... script ... --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]