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


> <xsl:text disable-output-escaping="yes"> &amp;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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]