RE: [xsl] Special characters in xsl

Subject: RE: [xsl] Special characters in xsl
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Thu, 23 Oct 2003 20:48:06 +0200
> -----Original Message-----
> From: Archana Rao
> 
> An invalid character was found in text content. Error
> processing resource 
> 
> > 
> > > I want to have a tag that looks as below.
> > > <TAG>Creating Your(tm) Applications</TAG>

unicode cp value U+2122 or U+00AE should do it...
(if i'm reading correctly, that is)

try
<TAG>Creating Your&#x2122; Applications</TAG>

HTH!

Greetz,

Andreas


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


Current Thread