Robert Casties wrote:

Just curius, but why doesn't Batik use JAXP? I understand that it might not have existed when Batik started but could you not just use it at least as a fall-back?

It didn't exist when Batik started, and no one has done the work to integrate JAXP (across all the applications, build tests to make sure it works, etc - it's not a large amount of work but in the end I don't think it would be a very large improvement).

Currently I am fetching a XMLReader just to get its class name into a string:

String parserName = SAXParserFactory.newInstance().newSAXParser().getXMLReader().getClass().getName();

Interesting :)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to