qtxmldom

Current release: qtxmldom 0.2.7

Rationale

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.

Copyright and Licence

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.

Installation

Given the availability of PyQt and optionally PyKDE and the KHTMLAutomation KPart plugin, qtxmldom only needs to reside on the PYTHONPATH and can be installed using the setup.py script provided:

python setup.py install