if I have a JDom Document as this one:
Document configDocument = configHelper.getConfigDocument();
What can I do to put its content into a File object?
Tnx
Andrea
if I have a JDom Document as this one:
Document configDocument = configHelper.getConfigDocument();
What can I do to put its content into a File object?
Tnx
Andrea
Use an XMLOutputer with a FileOutputStream.