You can have HTML, it just needs to be encoded properly. In XML it is not valid to have <button text="<b>Hello, World</b>"/>, you need to have the "<" and ">" encoded as "<" and ">" respectively. The sax parser allows this, but the native IE parser doesn't. We just need to make the sax parser work correctly (If Possible, and no performance loss).
Bob (Buffone) -----Original Message----- From: Trevor Oldak (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 9:41 AM To: [email protected] Subject: [jira] Commented: (XAP-67) Non native Parser allows "less thans" and "greater thans" inside of attributes [ http://issues.apache.org/jira/browse/XAP-67?page=comments#action_1244780 7 ] Trevor Oldak commented on XAP-67: --------------------------------- What's the point of rich text if we can't have HTML inside an attribute? > Non native Parser allows "less thans" and "greater thans" inside of attributes > ------------------------------------------------------------------------ ------ > > Key: XAP-67 > URL: http://issues.apache.org/jira/browse/XAP-67 > Project: XAP > Issue Type: Bug > Components: XML Dom / Parsing > Environment: Netscape, Firefox and everything not IE > Reporter: Robert Buffone > > <button text="<b>This is wrong</b>"/> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
