Closed
Bug 113215
Opened 24 years ago
Closed 23 years ago
XMLUtils::normalizeAttributeValue generates predefined entitites
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
VERIFIED
FIXED
People
(Reporter: axel, Assigned: keith)
References
()
Details
Attachments
(2 files)
XMLUtils::normalizeAttributeValue generates the predefined entities

 ' "
which is wrong. The entities should be generated in the serializer, and
shouldn't be part of the content.
ba.
Thanx to Arthur Barrett for finding this, see a example on
http://march-hare.com/xml/iris02/venis/data.xml
I might be tempted to create a small neato testcase later.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
click on the button to see what
<div id="div">
<xsl:attribute name="foo"> [ <
"
</xsl:attribute>
</div>
generates as attribute value.
fixed with output rewrite
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•23 years ago
|
||
we didn't verify for a long time.
I really checked, so VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•