[XML-SIG] xmlproc: Version 0.51 released!

Lars Marius Garshol larsga@ifi.uio.no
Tue, 25 Aug 1998 12:56:48 +0200 (MET DST)


 
I've now released version 0.51 of xmlproc with some improvements:

 - content model construction was very slow for complex content models
   (such as those of the TEI-lite XML version), and has now been speeded
   up by about a factor of 20
 - some minor parsing bugs have been fixed
 - attribute value defaulting has been speeded up
 - the foundation for future support for different character sets has been
   laid in the charconv.py module, but is not yet used

I expect that version 0.60 will have a substantially different class
inheritance model, but hopefully this will not affect the documented
parts of the API. Undocumented parts will change.

The URL is still
<URL:http://www.stud.ifi.uio.no/~larsga/download/python/xml/xmlproc.html>

_All_ comments and feedback on bugs, wanted features, opinions etc are most
welcome and really needed. Thanks a lot to everyone who reported bugs or
other problems, as well as encouragement.

--Lars M.