Re: [xsl] How to preserve numerical representation of chars when parsing?

Subject: Re: [xsl] How to preserve numerical representation of chars when parsing?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 Sep 2002 15:55:15 +0100
> Is there any possibility to let the numerical references pass transparently?
> If not, what would be a good solution?

No, but if you request an output encoding (eg ascii) that does not
include the chracters they will be output as numeric references (however
they were input).

However most of your characters are in ascii range so most likey
supported most encodings. 
You can always do
sed -e "s/#/&#035/g"
to the result of the XSLT.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread