RE: HTML entities

Subject: RE: HTML entities
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 22 May 2000 17:44:30 +0100
> Is there a simple way to get an XSL stylesheet to pass 
> through HTML entities
> unchanged? Some trick of the DTD I haven't found?

If this really matters to you you can do it by preprocessing the entity
references from &#eacute; to (say) ##eacute; and then reversing the process
against the output file. But it shouldn't matter; the way you write a
character does not affect its meaning.

Mike Kay


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


Current Thread