原文:How to save parsed and changed DOM document in xml file?
I have xml-file. I need to read it, make some changes and write new changed version to some new destination. I managed to read, parse and patch this file (with DocumentBuilderFactory, DocumentBuilder,...