Looking at Uche Ogbuji's Amara and David Mertz' Gnosis Objectify, I was
impressed by their simple 'pythonic' bindings - the network of Python objects
generated from an XML document reflect the document's (schema's) object model,
rather than impose a fixed (meta)model on the data, the way DOM doe
On Fri, Dec 16, 2005 at 08:54:22AM +0100,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote
a message of 25 lines which said:
> AFAIK there are tools that can infer the schema from an instance
> document,
Examplotron (http://examplotron.org). It generates RelaxNG schemas
from an instance document.
Looking at Uche Ogbuji?s Amara and David Mertz? Gnosis Objectify, I was
impressed by their simple 'pythonic' bindings ? the network of Python objects
generated from an XML document reflect the document's (schema's) object model,
rather than impose a fixed (meta)model on the data, the way DOM doe