You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Robert Buffone (JIRA)" <xa...@incubator.apache.org> on 2006/11/07 00:02:36 UTC

[jira] Created: (XAP-67) Non native Parser allows "less thans" and "greater thans" inside of attributes

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

        

[jira] Updated: (XAP-67) Non native Parser allows "less thans" and "greater thans" inside of attributes

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-67?page=all ]

Scott Boyd updated XAP-67:
--------------------------

    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> <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

        

RE: [jira] Commented: (XAP-67) Non native Parser allows "less thans" and "greater thans" inside of attributes

Posted by Bob Buffone <rb...@nexaweb.com>.
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 "&lt;" and "&gt;" 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:xap-dev@incubator.apache.org] 
Sent: Tuesday, November 07, 2006 9:41 AM
To: xap-dev@incubator.apache.org
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

        

[jira] Commented: (XAP-67) Non native Parser allows "less thans" and "greater thans" inside of attributes

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-67?page=comments#action_12447807 ] 
            
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