Closed Bug 155546 Opened 22 years ago Closed 22 years ago

xslt processor ignores disable-output-escaping="yes" parameter in <xsl:value-of .../> tag.

Categories

(Core :: XSLT, defect)

x86
Windows 2000
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: maros.ivanco, Assigned: peterv)

Details

Attachments

(2 files)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020614
BuildID:    2002061408

xslt processor ignores disable-output-escaping="yes" parameter in <xsl:value-of
.../> tag.

Reproducible: Always
Steps to Reproduce:
1.include in your xml something with escape chars: <smth>&#160</smth>
2.process with <xsl:value-of disable-output-escaping="yes" select="//smth"/> 
3. and see

Actual Results:  &#160;

Expected Results:   (<-- that is, it should print non-breakable space)
so, &#160 isn't an entity. &#160; works fine for me.
Note that Mozilla must not do output escaping, as it doesn't serialize the 
output.
What you really want to see is a non-breaking space, and I see that.
testcase for your pleasure coming up.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
note that Mozilla won't break the line between the foooo... and the ba...ar
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: