[xsl] Removing entity in specific element

Subject: [xsl] Removing entity in specific element
From: Joe Stump <joe@xxxxxxxxxxxx>
Date: Fri, 17 Jun 2005 10:49:28 -0700
Hello all ... new to the list and XSLT.

I've searched the net high and low, but Google has thus far failed me. I have an element that looks like this:

<dt><b>Asana</b></dt>
<dd><p>&#x2014;A position or stance in yoga.</p></dd>

I want to remove '&#x2014;' from the dd/p, but I can't seem to figure out how to go about doing this. Now, &#x2014; shows up elsewhere (ie. in non dd p tags) and I want those to remain intact and be translated into dashes, but not in this case.

Any ideas? Thanks in advance.

--Joe

--
Joe Stump
http://www.enotes.com

Current Thread