I have an XML and parse it and change the value of one of his nodes.The problem comes when I want to save the changes to the xml file ...I have no idea on how to do that.Can someone help me?
What are you using to parse the XML content and then modify it? I wouldsuggest either JDOM ( http://www.jdom.org/ ) or Dom4J (http://www.dom4j.org/ ). They are both packages which help make iteasier to use xml documents from within Java.