[XML-SIG] xmlarch: Version 0.11 released
Geir Ove Gronmo
grove@infotek.no
Wed, 16 Sep 1998 16:58:02 +0200
xmlarch.py: An XML architectural forms processor written in Python
Version: 0.11
Author: Geir Ove Grønmo
Email: grove@infotek.no
Released: September 15th 1998
Homepage: http://www.infotek.no/~grove/software/xmlarch/index.html
---
What is xmlarch.py?
The xmlarch.py module contains an XML architectural forms processor written
in Python. It allows you to process XML architectural forms using any
parser that uses the SAX interfaces. The module allow you to process
several architectures in one parse-pass. Architectural document events
for an architecture can even be broadcasted to multiple DocumentHandlers.
What's new?
There are no new features in this release. The module should now be placed
in the xml.arch package. The demo tools have been updated to support the
new package structure.
Problem with <?IS10744 arch ...?> not being recognized as an architecture
use declaration is now fixed. Now both <?IS10744:arch ...?> and
<?IS10744 arch ...?> are supported.
get_bridge_form() was called get_bridge_elem_form() a couple of places. This
is now fixed.
---
Enjoy!
Geir Ove Grønmo