@
FabioG
Can you follow my b4a XOM example project (in the link above) and load your XML file?
Can you then parse some or all values - just iterate through some XOMElement objects and log their values?
If so we should be able to work out what to do next in order to modify XOMElement values and then save the modified XOMDocument.
It'd be more elegant to use XOM to do all three tasks: open, modify and save.
It'd probably be quicker to use either the XOM or b4a XmlSax library to open the XML document and read it's values into b4a objects - Maps and Lists etc - modify the values and then use the XMLBuilder to save the modified values to a new XML document.
Martin.