How to create a XML file from DOM

Use this site as a simple introduction on how to write a XML file to a standard output.

This example shows you how to input XML file to DOMĀ in memory and write to standard output.

This is a good tutorial on DOM