Actually, the SAX and StAX parsers in JAXP 1.4 support XML 1.1. XML 1.1 must have a version attribute in the XML declaration, so both parsers can detect this automatically. JAXP 1.4 is part of JDK 6, but you can also download it from https://jaxp.dev.java.net and install it on top of JDK 5 using the endorsed mechanism. If you have any questions, you can use the users@jaxp.dev.java.net mailing list. Hope this helps.
> Actually, the SAX and StAX parsers in JAXP 1.4 support XML 1.1.
Well, that's interesting to know. I was under the impression that XML 1.1 had been released and completely ignored by users of XML, since I hadn't read a single thing about it for about two years.
And I must say this idea of people from Sun who actually know what the hell they are talking about coming here and answering questions is a considerable improvement.