I am using Java 8. I need to read and update certain fields of an XML document. There is NO xsd definition available for the xml document. Is using SAX or DOM parser the best approach or is there alternative.
Thank you for your help
Pete
I am using Java 8. I need to read and update certain fields of an XML document. There is NO xsd definition available for the xml document. Is using SAX or DOM parser the best approach or is there alternative.
Thank you for your help
Pete