HI,
how can i remove XML declaration in generated file with schemaWriter()?
Please help me.
My code source:
FileWriter fw;
SchemaWriter sw = null;
try {
fw = new
FileWriter(conf.getURLLibrary()+fileName+".xsd");
sw = new SchemaWriter(fw);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
try {
sw.write(schema);
} catch (SAXException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Thanks
Andrea
--
View this message in context:
http://www.nabble.com/HOW-can-i-remove-XML-declaration-tf4837412.html#a13839306
Sent from the Castor - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email