Urgent !!! '&' being replaced by '&'

Subject: Urgent !!! '&' being replaced by '&'
From: Mahesh Nanavate <mahesh.nanavate@xxxxxxxxxxx>
Date: 6 Aug 2000 07:59:41 -0700
Hi,
I am facing a problem.The "&" in the 'headline' element value of "&apos;"
is  being replaced by &amp;.
So finally the title attribute is having a value of &amp;apos; instead of
&apos;.

The snippets of the stylesheet  that I am using are given below:


<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

<xsl:output method = "xml" doctype-public = "-//WAPFORUM//DTD WML 1.1//EN"  doctype-system = "http://www.wapforum.org/DTD/wml_1.1.xml"; indent = "yes" />

----
----
----
<xsl:variable name="cardTitle" select="XML-MSG/SERVICE-INFO/OUTPUT/Result/headline" />
<card id="News" title="{$cardTitle}">

I want that &apos; remains as &apos; and not &amp;apos;
Can anybody please help me solve this problem?

Any help is highly appreciated,

Thanks and regards,
Mahesh.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread