I used a long time ago a command line like the following: java -cp "castor.jar;others.jar" org.exolab.castor.xml.schema.util.XMLInstance2Schema C:\temp\test.xml > C:\temp\test.xsd I think it should still work...
-----Message d'origine----- De : chris au [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 septembre 2007 02:53 À : [email protected] Objet : [castor-user] castor schema class Hi, I understand that I can create schema object from the following line Schema schema = xml2Schema.createSchema("c:/temp/test.xml"); is it possible for me to persist this schema to a file? Thanks Chris --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

