Great
;-)
I think so
yes. Basically if you're using Xerces use whatever JARs their distro says to
use.
If you use
dom4j.jar with Xerces or Crimson then it'll just work. The order doesn't
mattern. JAXP does all the magic for you.
The
dom4j-full.jar also contains the stuff from xmlParsersAPIs.jar. (Basically the
SAX and DOM interfaces). So eventually the dom4j-full.jar might be deprecated
from further releases and we may say that dom4j also depends om
xmlParsersAPIs.jar as well. Also if you're using Crimson or Xerces then
dom4j.jar is better to use than dom4j-full.jar to avoid redundant copies of SAX
& DOM interfaces.
James |
- [dom4j-user] Just starting out. Charles W. Stanton
- James Strachan
