Closed
Bug 197471
Opened 23 years ago
Closed 23 years ago
Entities created with XSL are not interpreted as HTML entities
Categories
(Core :: XSLT, defect)
Tracking
()
People
(Reporter: bugs, Assigned: peterv)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
To use entities in XSL something like <xsl:template name="Uuml"><xsl:text
disable-output-escaping="yes">&Uuml;</xsl:text></xsl:template> can be very
useful. The result of <xsl:call-template name="Uuml"/> should be Ü which
should be rendered as "Ü", which is not in Mozilla.
Reproducible: Always
Steps to Reproduce:
1. open the page above (it seems to work only localy?)or download these files
https://kromo.dyndns.org/~victor/mozilla/mozilla.xml
https://kromo.dyndns.org/~victor/mozilla/mozilla.xsl
to the same directory
2. if downloded open the file mozilla.xml
3.
Actual Results:
Test for Überbrowser Mozilla
Expected Results:
Test for Überbrowser Mozilla
if the page is transformed with an other XSLT-processor and the result is loaded
with Mozilla everything is right. I would like to switch from IE to Mozilla to
use client-side XSLT, but Mozilla renders the result in a terrible way.
*** This bug has been marked as a duplicate of 98168 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•