Re: [xsl] CDATA element in XSL?

Subject: Re: [xsl] CDATA element in XSL?
From: "karthikeyan.balasubramanian" <karthikeyan.balasubramanian@xxxxxxxxxxxxx>
Date: Tue, 28 Oct 2003 17:10:48 +0530
Hi,

  You can declare a DTD like this 

<!ENTITY copyright "&#xA9;">
(you can probably put this after xml declaration 
in the same page

and can use it like this

<copyright>
&copyright; 2001 by MyCompany, Inc.
</copyright>

HTH

Karthikeyan B


> 
> Cheers,
> Flemming




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


Current Thread