, 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
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
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/
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