dom4j is an open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
I have a org.dom4j.Document instance that is a DefaultDocument implementation to be specific. I would like to …
java xml dom4j