Subject: RE: Entity references in xml output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 2 Mar 2000 11:36:10 -0000
|
> <xsl:text disable-output-escaping="yes"> &eacute; </sxl:text>
>
> But I have not found yet any implementation supporting that!!!
Saxon supports disable-output-escaping. It is a hack; but it is also the
only way of inserting entity references (or certain other things) in the
output file. I don't really approve of doing that for individual characters,
but for mroe substantial things it can be useful.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|