Result result = new StreamResult(new OutputStreamWriter(outputStream, XmlConverter.defaultCharset));
copyToResult(converter, doc, result);
} catch (ParserConfigurationException e) {
throw new RuntimeTransformException(e);
} catch (TransformerException e) {
throw new RuntimeTransformException(e);
} finally {
outputStream.close();
}
}