Re: [xsl] Retaining Unicode Notations

Subject: Re: [xsl] 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>&#x00A0;&#x0020;&#x0009;&#x2010;&#x00E1;</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

Current Thread