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