[LWN Logo]

From: Geir Ove Gronmo <grove@infotek.no>
Subject: xmlarch: version 0.20 released
Date: Sat, 17 Oct 98 02:16:26 GMT

xmlarch: An XML architectural forms processor written in Python

Version:  0.20
Released: October 16th 1998
Author:   Geir Ove Grønmo
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 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?

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

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

  - Added the possibility to get information about the original events 
    (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 
    level api will be provided later.

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

Fixes:

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

---

Enjoy!

Geir Ove Grønmo

<P><A HREF="http://www.infotek.no/~grove/software/xmlarch/index.html"> xmlarch
0.20</A> - XML architectural forms processor written in Python.  (16-Oct-98)

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------