Try <xsl:value-of select="iceCream" disable-output-escaping="yes"/>
<xsl:value-of select="iceCream"/> gives you Ben & 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 & Jerry</iceCream>
when to do a
<xsl:value-of select="iceCream" />
will I get
Ben & Jerry
Or
Ben & Jerry
Bill Riegel
LandMark Graphics
713-839-3388