Next / Previous / Contents / TCC Help System / NM Tech homepage

4.2. Modules required

Aside from the standard Python sys module that gives programs access to their standard I/O streams and command line arguments, the program needs two modules from the PyXML library:

import sys
from xml.dom.ext.reader import PyExpat
from xml import xpath