Design principles and architecture of an information transfer standard based on XML and SOAP

Stefan Behnel stefan_ml at behnel.de
Fri Jun 27 11:20:32 EDT 2008


xkenneth wrote:
> I'm looking for a bit of advice. There's an oilfield standard
> called WITSML (Wellsite Information Transfer Standard Markup Language
> - witsml.org), it's basically a collection of XML schemas and a spec

For implementing XML languages, I (biasedly) advocate lxml's element class
features.

http://codespeak.net/lxml/dev/element_classes.html

I'll give a tutorial on them at EuroPython, in case you're interested.

Stefan



More information about the Python-list mailing list