xsl-list
[Top] [All Lists]

Re: Retaining Unicode Notations

2005-11-19 04:46:28
"Bijo" == Bijo Alex Thomas <bijoalex(_at_)dsrc(_dot_)co(_dot_)in> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>