Auf Thema antworten

Aha und was glaubst du was:

[code=java]DOMSource source = new DOMSource(doc);

StreamResult result = new StreamResult(new File(filepath));

trans.transform(source, result);[/code] macht?



Oben