"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>  	‐á</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>
--~--