Hi Jos, I've been using a custom XDoclet task running over Java classes that are to be serialized/deserialized to/from XML. Probably a dumb question, but why do you want to construct the XML schema programatically (does this mean that you want to do it at run-time, or is it a compile-time task? If the latter then a templating or AOP scheme might meet your needs). Cheers, Huw
-----Original Message----- From: Jos van den Oever [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 13:27 To: [email protected] Subject: xml schema serialization Hi all, What would be the best tool for generating an XML Schema programatically? I've been thinking about using SchemaGrammar, but there seems no way of serializing such objects. Best regards, Jos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
