Hi,
I am facing a problem.The "&" in the 'headline' element value of "'"
is being replaced by &.
So finally the title attribute is having a value of ' instead of
'.
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 ' remains as ' and not &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
|