LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
setup.py
docs/advanced.rst
docs/api.rst
docs/builder.rst
docs/index.rst
docs/nodes.rst
docs/parser.rst
docs/writer.rst
tests/__init__.py
tests/test_builder.py
tests/test_nodes.py
tests/test_parser.py
tests/test_writer.py
tests/data/example_doc.small.xml
tests/data/example_doc.unicode.xml
tests/data/monty_python_films.xml
xml4h/__init__.py
xml4h/builder.py
xml4h/exceptions.py
xml4h/nodes.py
xml4h/writer.py
xml4h.egg-info/PKG-INFO
xml4h.egg-info/SOURCES.txt
xml4h.egg-info/dependency_links.txt
xml4h.egg-info/top_level.txt
xml4h/impls/__init__.py
xml4h/impls/interface.py
xml4h/impls/lxml_etree.py
xml4h/impls/xml_dom_minidom.py