you should look at the java almanac, it is a good resource for these types of questions.
check out this link
http://javaalmanac.com/egs/javax.xml.transform/WriteDom.html
there are many was to do it the above is just one example.....also depends on what you are using to parse/create your xml, xalan, xerces, dom, jdom........
this should get you started....