Subject: Re: Retaining Unicode Notations
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 19 Nov 2005 11:46:28 +0000
|
>>>>> "Bijo" == Bijo Alex Thomas <bijoalex@xxxxxxxxxx> writes:
Bijo> I need an output like
Bijo> <?xml version="1.0" encoding="UTF-8"?>
Bijo> <newRoot>  	‐á</newRoot>
Why? If you don't want Unicode characters in your output, then
why do you want a Unicode label on the XML declaration?
Specify xsl:output encoding="US-ASCII", and you will get the character
references, although they may not be in hexadecimal.
--
Colin Adams
Preston Lancashire
|