hi,
is it possible to validate the xml output with an schema ????
Marshaller marshaller = new Marshaller(new
OutputStreamWriter(System.out));
marshaller.setMapping(mapping);
marshaller.setSchemaLocation("xml/stargate_export.xsd");
marshaller.setValidation(true);
marshaller.marshal(export);
will not work ;-(
thank's for answer
heiko
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev