python-xmlbuilder

Create xml/(x)html files - Python 2.x
  https://pypi.python.org/pypi/xmlbuilder
  0
  no reviews



XMLBuilder is tiny library build on top of ElementTree.TreeBuilder to make xml files creation more pythonomic. XMLBuilder use "with" statement and attribute access to define xml document structure.

This package contains the Python 2.x module.