The qtxmldom package provides an API reminiscent of minidom, pxdom and other Python-based and Python-related XML toolkits for the qtdom and khtml modules provided respectively by the PyQt and PyKDE packages.
For reasons of consistency, qtxmldom is GPL-licensed as PyQt and PyKDE
are. See the file COPYING.txt
and LICENCE.txt
files in the docs
directory
within the source code distribution.
Given
the availability of PyQt and optionally PyKDE, qtxmldom only needs to
reside on the PYTHONPATH and can be installed using the setup.py
script provided:
python setup.py install