Re: XML-XSD Processing/Creation.

2008-01-03 Thread xkenneth
On Jan 3, 1:55 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > paul wrote: > >> Can i create python classes based off the XSD files? What else can I > >> do with the XSD files? > > This might be worth looking at:http://www.rexx.com/~dkuhlman/#generateDS > > If it's really such a complex XML language

Re: XML-XSD Processing/Creation.

2008-01-03 Thread Stefan Behnel
paul wrote: >> Can i create python classes based off the XSD files? What else can I >> do with the XSD files? > This might be worth looking at: http://www.rexx.com/~dkuhlman/#generateDS If it's really such a complex XML language, the tool above might or might not be of any help, as it doesn't sup

Re: XML-XSD Processing/Creation.

2008-01-02 Thread paul
xkenneth schrieb: > Hi All, > > So i'm working with the WITSML standard, which is a pretty > massive standard defined in XML for the transfer of oilfield data. > There are a ton of XSD files for defining and checking all data in the > WITSML format. I'd like to be able to easily create XML b

Re: XML-XSD Processing/Creation.

2008-01-02 Thread Jeroen Ruigrok van der Werven
-On [20080102 18:21], xkenneth ([EMAIL PROTECTED]) wrote: > So i'm working with the WITSML standard, which is a pretty >massive standard defined in XML for the transfer of oilfield data. I cannot answer (yet) the question of generating XML data from an XSD. But for writing out XML files I lik