RE: [xml-dev] question concerning parsing entity references in xslt

From
Mike Fitzgerald <>
To
Bill Riegel <>, xml-dev <>
Date
2003-02-11T17:48:07Z
ID
<>
Thread
RE: [xml-dev] question concerning parsing entity references in xslt
Try <xsl:value-of select="iceCream" disable-output-escaping="yes"/>

<xsl:value-of select="iceCream"/> gives you Ben &amp; Jerry

<xsl:value-of select="iceCream" disable-output-escaping="yes"/> gives you
Ben & Jerry

Mike
-----Original Message-----
From: Bill Riegel [mailto:]
Sent: Tuesday, February 11, 2003 9:11 AM
To: 
Subject: [xml-dev] question concerning parsing entity references in xslt


When writing a xslt file, Is it expected that all entity references will be
replace with their string replacement

i.e. if the input is
<iceCream>Ben &amp; Jerry</iceCream>

when to do a
<xsl:value-of select="iceCream" />

will I get

Ben &amp; Jerry
Or

Ben & Jerry

Bill Riegel
LandMark Graphics
713-839-3388