[Webkit-unassigned] [Bug 11782] New: XSL transform ignores disable-output-escaping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 8 10:00:03 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11782

           Summary: XSL transform ignores disable-output-escaping
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bbockelm at math.unl.edu


When transforming XML with an XSL stylesheet, you should be able to disable
output escaping when desired.

For example, I should be able to do the following:

<img>
  <xsl:attribute name="src">/graphs?var=value<xsl:text
disable-output-escaping="yes">&</xsl:text></xsl:attribute>
</img>

the "src" attribute of "img" should be "/graphs?var=value&".  In Safari (but
not FF or IE6), you end up with "/graphs?var=value&".

The reference for this in the XSLT spec is here:

http://www.w3.org/TR/xslt#disable-output-escaping


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list