[XML-SIG] Converting XML Schema to data struture and then to XML

2008-01-27 Thread Good Z
Hello, I need to write an application to convert XML schema (.xsd) to a data structure then using this data structure and the data from some other files, generate an XML file. I have seen generateDS and pyfo library that can be combined to write this application but my problem is that i someh

Re: [XML-SIG] Converting XML Schema to data struture and then to XML

2008-01-27 Thread Good Z
Thanks Stefan, But my primary requirement is converting XML Schema. Mike - Original Message From: Stefan Behnel <[EMAIL PROTECTED]> To: Good Z <[EMAIL PROTECTED]> Cc: xml-sig@python.org Sent: Sunday, January 27, 2008 8:24:36 PM Subject: Re: [XML-SIG] Converting XML Sc

Re: [XML-SIG] Converting XML Schema to data struture and then to XML

2008-01-28 Thread Good Z
would like to generate the XML tree structure using schema and then use the data values entered by the user and then generate XML file. Regards, Mike. - Original Message From: Stefan Behnel <[EMAIL PROTECTED]> To: Good Z <[EMAIL PROTECTED]> Cc: xml-sig@python.org Sent: Monday