Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 5.3
Codeblock
themeEclipse
languagejava
linenumberstrue
try {

...


File xmlFile = new File("c:\\temp

...

\\myXML.xml");

...


dom.saveAs(xmlFile);

...


}

...


catch (ValidationException e) {

...


e.printStackTrace();

...


}