Gerhard Weis <gweis@gmx.at> [Tue, 08 Jun 2010 07:56:35 +1000] rev 47
* fixed decoding of xsd:Boolean
Gerhard Weis <gweis@gmx.at> [Mon, 16 Nov 2009 10:31:46 +1000] rev 46
* added some more stuff to hgignore
Gerhard Weis <gweis@gmx.at> [Fri, 28 Aug 2009 09:04:08 +1000] rev 45
RELEASE-0.2.4
Gerhard Weis <gweis@gmx.at> [Fri, 28 Aug 2009 09:01:00 +1000] rev 44
* added missing built-in xml schema data types
Gerhard Weis <gweis@gmx.at> [Fri, 27 Mar 2009 08:34:01 +1000] rev 43
* many small fixed and extension ... no details for now
Gerhard Weis <gweis@gmx.at> [Thu, 26 Mar 2009 11:30:34 +1000] rev 42
* lot's of refactoring and fixing ... sorry for no more details
Gerhard Weis <gweis@gmx.at> [Wed, 18 Mar 2009 05:30:52 +1000] rev 41
* refactored unit tests a little bit
Gerhard Weis <gweis@gmx.at> [Sun, 15 Mar 2009 22:17:48 +1000] rev 40
* use zope.interface AdapterRegistry to look up de/serialisers for specific data types defined in XSD
Gerhard Weis <gweis@gmx.at> [Thu, 19 Feb 2009 19:49:01 +1000] rev 39
* added ISimpleTypeFactory and IComplexTypeFactory interfaces
* renamed to/fromstring in ISimpleTypeFactory to to/fromxml
- makes it impossible for one class to implement ISimpleTypeFactory and IComplexTypeFactory at once.
- easier handling of both types.
* renamed set/getdeserializer to set/gettypefactory
* adpated all other code to these changes
* added a view interface unittests
* implemented simple xml-serializer
* extended test_po.py to show new functionality
Gerhard Weis <gweis@gmx.at> [Tue, 17 Feb 2009 05:50:13 +1000] rev 38
* quick fixed unit tests