Closed
Bug 298654
Opened 20 years ago
Closed 20 years ago
XSL Problem: disable-output-escaping="yes" does not work in "value-of" element.
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: t-milner, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
This is a XSL translation bug. Given the XSL statement below,
<xsl:value-of disable-output-escaping="yes" select="description" />
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The highlighted part of this XSL statement has no effect in FireFox, nor can I
find a work-around. MSIE 6.0 Win/XP SP2 seems to handle if just fine.
Reproducible: Always
Steps to Reproduce:
1.Try the supplied URL with both browsers.
2.
3.
Actual Results:
The html formatting characters are displayed, not acted upon.
Without fixing this bug, I can see no way to have formatted HTML pass through
the XML.
Marking duplicate, see question 3 in the FAQ and the duplicate bug:
http://www.mozilla.org/projects/xslt/faq.html#d-o-e
*** This bug has been marked as a duplicate of 98168 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•