Menu

#86 parser try read tag attribute value as HTML

all
closed-invalid
nobody
main code (54)
5
2013-09-03
2011-07-31
Vird
No

example 1
result.utf:1: parser error : EntityRef: expecting ';'
</a> </td> <td> <a id="logout_link" href="https://login.vk.com/?act=logout&hash
example 2
using something like this
<sometag someattr="<b>why this tags causes bug??? </b>"/>

Discussion

  • Noam Postavsky

    Noam Postavsky - 2011-07-31

    You need to escape special XML characters:

    <a id="logout_link" href="https://login.vk.com/?act=logout&amp;hash

    <sometag someattr="&lt;b&gt;why this tags causes bug??? &lt;/b&gt;"/>

     
  • Noam Postavsky

    Noam Postavsky - 2011-08-01
    • status: open --> pending-invalid
     
  • Noam Postavsky

    Noam Postavsky - 2013-09-03
    • status: pending-invalid --> closed-invalid
    • Group: --> all
     

Log in to post a comment.

Auth0 Logo