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]

Re: Entity references in xml output


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"> &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@cs.unibo.it
-----------------------------------------


 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]