Dmitry Tsitelov wrote:
> 
> Is it planned to support KOI8-R encoding in the foreseeable future?

KOI8-R being a simple 8-bit encoding, I've added support for it in XP
and XXE (sorry, Japanese users, not to be able to do the same for your
16-bit encodings). You'll have it in XXE V2.2 (March 2003).




> And, anyway, is it possible to substitute another JAXP compliant parser
> instead of XP without modifications in XXE's code?

No, it is not possible to use a JAXP compliant parser:
[1] Using the SAX2 API, you cannot make the difference between an
attribute value explicitly added to an element and the default attribute
value declared in the DTD.
[2] Using the SAX2 API, you have just a minimal access to the DTD, that
is, you need to write your own full-fledged DTD parser.

Reply via email to