are there JAVA frameworks for update and query a XML document?
Can you give me the links or the name of the frameworks?
thanks
Printable View
are there JAVA frameworks for update and query a XML document?
Can you give me the links or the name of the frameworks?
thanks
You can use DOM to update a document and you can use XPath to query a document but, I'm not sure this is what you mean.
yes that's exactly what I wanted
thanks brianhks