RE: problem in disable-output-escaping

2010-04-04 Thread dipesh
, April 02, 2010 11:08 PM To: xalan-dev@xml.apache.org Subject: Re: problem in disable-output-escaping If you're outputting in UTF-8, it can express all of Unicode directly (as two- or three-byte sequences if necessary), so Numeric Character References generally won't be needed an

Re: problem in disable-output-escaping

2010-04-02 Thread keshlam
xml.apache.org" > > Cc: > > "" > > Date: > > 04/02/2010 11:46 AM > > Subject: > > Re: problem in disable-output-escaping > > Hi! > The entities öéÙÒ are all read into their > internal Java char representation, and since the cod

Re: problem in disable-output-escaping

2010-04-02 Thread Jesper Møller
Hi! The entities öéÙÒ are all read into their internal Java char representation, and since the codepoints in question would never be encoded as entities, there is no escaping to disable. BTW: This kind of question is more suited for the 'users' mail list Hope this helps! -Jesper On 02/04/

problem in disable-output-escaping

2010-04-01 Thread dipesh
Hi All, I used XSLT for transforming one xml to another xml. Input XML contain some ISO 8859 value like öéÙÒ I am using xslt which looks like this