View Single Post
  #2 (permalink)  
Old 07-04-2007, 10:19 AM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
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.
Reply With Quote