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: HTML entities


> 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

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