home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / PyXML-0.6.3.win32-py2.0.exe / xmldoc / README < prev    next >
Text File  |  2000-12-03  |  1KB  |  37 lines

  1.  
  2. XML package v0.6.2
  3.  
  4. This is the Python XML package.  The distribution contains a
  5. validating XML parser, an implementation of the SAX and DOM
  6. programming interfaces, an interface to the Expat parser (and the
  7. Expat parser itself), and a C helper module that can speed up
  8. xmllib.py by a factor of 5.  There's even documentation!
  9.  
  10. For information on the licensing conditions for each component,
  11. consult the LICENCE file.
  12.  
  13. The only requirements for installing the package are Python 1.5 or
  14. later, and a C compiler (unless the pyexpat module is already part of
  15. your Python installation). This release has been tested with Python
  16. 2.0b2 and Python 1.5.2.
  17.  
  18. To compile everything, simply perform the following steps.
  19.  
  20. 1) 
  21.  Run "python setup.py build" to copy *.py files and compile the C extensions.
  22.  
  23. 2)
  24.  To install everything in the site-packages directory as an xml/ package, 
  25.  run "python setup.py install".
  26.  
  27. If you have difficulty installing this software, send a problem report
  28. to <xml-sig@python.org> describing the problem.
  29.  
  30. Software versions and credits:
  31.     4DOM from 4Suite 0.9.1    Fourthought, Inc. (Uche Ogbuji, Mike Olson)
  32.     PyExpat         Jack Jansen
  33.     saxlib-1.0        Lars Marius Garshol
  34.     sgmlop-000705        Fredrik Lundh
  35.     xmlproc 0.70        Lars Marius Garshol
  36.     minidom            Paul Prescod
  37.