Version: 0.11
Author: Geir Ove Gr=F8nmo
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 writt= en=20 in Python. It allows you to process XML architectural forms using any=20 parser that uses the SAX interfaces. The module allow you to process=20 several architectures in one parse-pass. Architectural document events=20 for an architecture can even be broadcasted to multiple DocumentHandlers.= =20
What's new?
There are no new features in this release. The module should now be place= d=20 in the xml.arch package. The demo tools have been updated to support the=20 new package structure.
Problem with <?IS10744 arch ...?> not being recognized as an architecture= =20 use declaration is now fixed. Now both <?IS10744:arch ...?> and=20 <?IS10744 arch ...?> are supported.
get_bridge_form() was called get_bridge_elem_form() a couple of places. T= his=20 is now fixed.
---Enjoy!
Geir Ove Gr=F8nmo