I was trying to import a package so that I can save my DOM object to an XML file. The example I found imported org.apache.xml.serialize.XMLSerializer. To my dismay, it wasn't built-in to my project to use.

Is there a .jar download or something somewhere so I can use this package? or
Do you know another package I could use to save my DOM document to a XML file?