I am working on the following code:
import java.io.*; import javax.xml.parsers.*; import javax.xml.transform.*; import javax.xml.transform.dom.*; import java
Use a FileOutputStream (or a File) instead of System.out to construct your StreamResult.
System.out