Re: problem in disable-output-escaping

Michael Ludwig <[email protected]> Mon, 5 Apr 2010 13:16:59 +0200
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <20100405111659.GA3828@wladimir>
dipesh schrieb am 05.04.2010 um 11:09:08 (+0530):

> Now I want that output xml shold be like this

> <CityName>&#246;&#233;&#217;&#210;</CityName>

> But it gives output like this

>                                         <CityName>öéÙÒ</CityName>

Use: <xsl:output encoding="us-ascii"/>

-- 
Michael Ludwig