[Yanel-dev] [Bug 5557] New: XMLSerializer is escaping too much

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Wed Sep 19 16:07:49 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5557

           Summary: XMLSerializer is escaping too much
           Product: Yanel
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal (C)
          Priority: P2
         Component: General
        AssignedTo: michael.wechner at wyona.org
        ReportedBy: josias.thoeny at wyona.org
         QAContact: yanel-development at wyona.com


the XMLSerializer currently replaces the following characters by entities:
& < > ' " 
& and < have to be escaped, but for > ' " escaping is not really necessary and
causes some problems in IE:

e.g. IE does not understand <input onclick="alert(&apos;hello&apos;)"/>
it has to be: <input onclick="alert('hello')"/>



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the Yanel-development mailing list