|
JDOM, any XSLT processor like Xalan.
What might be more interesting is what you want to do. If you really want to create an XML document from another XML document with selections and filtering, I would go with an XSLT processor. Inserting nodes is probably better done with something like JDOM.
|