AFAIK currently JBoss is using SAX 1. That means that you are using such
deprecated things as the org.xml.sax.Parser interface. I think it's ok,
since XML parsing doesn't add really much. But in our current project we
wished to use the SAX 2 library that comes with Xalan. The SAX library needs
some system properties, the question is if are you thinking about upgrading
the parser in the long run, or really don't care too much about it.

See that the xalan library currently is up-to-date, but the parser is
generated using deprecated clases (via crimson).


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to