//XMLValidationSchemaFactory vd = XMLValidationSchemaFactory.newInstance(XMLValidationSchema.SCHEMA_ID_DTD);
//XMLValidationSchema schema = vd.createSchema(new StringReader(dtdStr));
//sw.validateAgainst(schema);
sw.writeStartDocument();
sw.writeComment("Comment!");
sw.writeCharacters("\r");
sw.writeStartElement("root");
sw.writeAttribute("attr", "value");
sw.writeAttribute("another", "this & that");
//sw.writeAttribute("attr", "whatever"); // error!