B
Bernd Oninger
When I compile my java source with jdom b10 the compiler tells me that the instrcution
XMLOutputter outputter = new XMLOutputter(" ", true);
Outputter.output(doc, new FileWriter("t.xml"));
is deprecated.
What si the appropriate replacement of this deprecated command ?
Bernd
XMLOutputter outputter = new XMLOutputter(" ", true);
Outputter.output(doc, new FileWriter("t.xml"));
is deprecated.
What si the appropriate replacement of this deprecated command ?
Bernd