Stephen Collyer wrote:
It's used for many general exceptions, like charset transcoding errors, however in SAX parsing most (but not all) of those errors are reported using SAXParseException, by translating them from XMLException.I can't find anything in the docs that explains what can cause an XMLException to be thrown during SAX2 parsing, but I see that the samples catch this exception.Can someone tell me what this exception is used for ?
Dave
