Hi Is there a apache or some utility which will print XML file if i provide a document object. I am writing a program to build XML file in memory and then write it to a file, i need this utility for debug so i can print the xml file in standard output, (screen or log file) . I am using java 1.4.2 , and dont have JDOM or xerces, Or does anyone have a code that will print the dom object from memory I just dont wanna write one more code to do this work
Ashish