This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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 &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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]