The
&#xxxx; numerical notation is the standard way for XML to handle less common
characters (meaning: non-english).
I'm
assuming you are including some russian characters in your document, but not
everyone has these in their codepage, that is why they are encoded.
AFAIK
there is no way to disable this encoding on XML parsers (which is a good thing,
because it would make your documents less portable).
While
I can agree that it may not be very convenient to debug your source, I wouldn't
worry that much about the rise in traffic. If bandwidth is an issue, you might
want to take a look at apache's mod_gzip.
Koen
|
- &#xxxx in resulting HTML source Sergey Bredikhin
- RE: &#xxxx in resulting HTML source Koen Pellegrims
- RE: &#xxxx in resulting HTML source Piroumian Konstantin