log("Wrote to encoding: " + encoding);
}
public void testWriterBug() throws Exception {
Element project = new BaseElement("project");
Document doc = new DefaultDocument(project);
ByteArrayOutputStream out = new ByteArrayOutputStream();
XMLWriter writer = new XMLWriter(out, new OutputFormat("\t", true,
"ISO-8859-1"));