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=12185>. 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=12185 HTML tags badly parsed in text/xml mode Summary: HTML tags badly parsed in text/xml mode Product: Struts Version: 1.1 Beta 2 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following code in JSP page gives badly formatted xml document: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="mathml/mathml.xsl"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "mathml/xhtml-math11-f.dtd" [<!ENTITY mathml "http://www.w3.org/1998/Math/MathML">]> <%@ page contentType="text/xml" %> <html:hidden property="action"/> etc. To make it work one needs to write <html:hidden property="action"/> </input> . <html:select>, <html:option> work fine, others like <html:submit> etc do not. In fact <html:submit>SOME_TEXT</htm:submit> does not work!! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
