Skip to content

Instantly share code, notes, and snippets.

@emoen
Last active December 28, 2015 02:28
Show Gist options
  • Save emoen/7427703 to your computer and use it in GitHub Desktop.
Save emoen/7427703 to your computer and use it in GitHub Desktop.
File file = new File(sct.getRealPath("") + File.separator + "spesialpunkt.xml");
Writer out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(file), "UTF8"));
out.write(xml);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment