Menu

Satine - XML Data Binding for Python / News: Recent posts

Satine 1.0 Beta 1 available

CHANGES

version 1.0 Beta 1

+ replace field __tag__ and __uri__ with the field tpinfo; tpinfo contains 5 fields:
tag, uri, prefix, attrs_types, default_attrs, none_attrs, required_attrs, items_dfa

+ support for XML comments and declarations.
Example l = satine.xml2py("<msg><!-- comment -->Hello<msg/>", opt=satine.opt_xmlStrict)

+ solved most memory issues... read more

Posted by Francesco Garelli 2003-05-09

Satine 1.0 Beta 1 coming

Although at the pycon conference I promised a new release very soon, I discovered many important issues in the code and I decided for a deep refactoring.

Now I am pretty close to a first beta for Satine 1.0.
Some memory problems are still

With respect to previous release, this new one doesn't provide particular new features, but it SHOULD be much more stable.
Also I added a self-testing function based on the unittest module, like XP suggests.... read more

Posted by Francesco Garelli 2003-04-21