HI,
How to update element into an XML file? I have an XML file where I need to update InvoiceID for <DocumentReference> and type for <InvoiceStatus > How will I do it.
I have XML document:
org.w3c.dom.Document doc = documentBuilderFactory.newDocumentBuilder().parse(inputStream);
Bookmarks