Re: Entity references in xml output

Subject: Re: Entity references in xml output
From: Claudio Sacerdoti Coen <sacerdot@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Mar 2000 10:43:37 +0100
On Mon, 28 Feb 2000 19:24:54 +0100 ZSolt Czinkos wrote:
>...
>I would like to transform an XML file to another with XSLT. I have entity
>references in the source and want to keep them in the target.  e.g. Now
>&eacute;  becomes ²é² which isn¹t good for me.

I suppose that you should put in your stylesheet something like this:

<xsl:text disable-output-escaping="yes"> &amp;eacute; </sxl:text>

But I have not found yet any implementation supporting that!!!
In fact, it really seems more an hack than a feature.
Does someone know something better?
Does someone know an implementation
supporting that?

					Thanks in advance,
						C.S.C.

-- 
-----------------------------------------
Real Name: Claudio Sacerdoti Coen
Graduating student at cs.unibo.it
Address: via del Colle n.6
	 S. Lazzaro di Savena (BO)
	 Italy
e-mail:  sacerdot@xxxxxxxxxxx
-----------------------------------------


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


Current Thread