[Home] [By Thread] [By Date] [Recent Entries]


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:BRiegel@l...]
Sent: Tuesday, February 11, 2003 9:11 AM
To: xml-dev@l...
Subject:  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



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member