xmlarch: version 0.20 released

Geir Ove Gronmo (grove@infotek.no)
Fri, 16 Oct 1998 16:08:59 +0200


xmlarch: An XML architectural forms processor written in Python

Version: 0.20
Released: October 16th 1998
Author: Geir Ove Gr=F8nmo
Email: grove@infotek.no

Homepage: http://www.infotek.no/~grove/software/xmlarch/index.html

---

What is xmlarch?

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?

- The module is better documented. Class reference documentation has=20 been generated (pythondoc) and is included in the distribution.

- Added full support for renaming. This includes support for=20 #CONTENT, #ARCCONT, #DEFAULT and #MAPTOKEN.

- Added the possibility to get information about the original events=20 (EventTracker). This means e.g. that it is possible to find out what element was used in the client document. A more complete and higher=20 level api will be provided later.

- Normalizer has been renamed to Prettifier. It is now more complete=20 and generates "prettified" output.

Fixes:

- Suppressor attributes should apply to the element's descendants, not itself. - Some minor ones

---

Enjoy!

Geir Ove Gr=F8nmo