home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-xml / README < prev    next >
Encoding:
Text File  |  2004-11-29  |  2.0 KB  |  48 lines

  1.  
  2. XML package v0.8.3
  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 2.0 or
  14. later, and a C compiler. Note that the Python must actually be an
  15. INSTALLed python, rather than one that is being used directly from
  16. Python's build area. This release has been tested with Python 2.x.
  17.  
  18. To compile everything, simply perform the following steps.
  19.  
  20. 1) Run "python setup.py build" to copy *.py files and compile the C
  21.    extensions.
  22.  
  23. 2) To install everything in the site-packages directory as an xml/
  24.    package, run "python setup.py install".
  25.  
  26. If you want to use PyXML's experimental XSLT package, you need to pass
  27. --with-xslt to setup.py.  If you also want to install FourThought's
  28. 4Suite package, you should not install the XSLT package and also avoid
  29. the XPath package, so you can use the one from 4Suite.  This can be
  30. done by using the command line option --without-xpath.
  31.  
  32. If you use a binary distribution package, no compiler is needed, and
  33. setup.py does not need to be run.
  34.  
  35. If you have difficulty installing this software, send a problem report
  36. to <xml-sig@python.org> describing the problem.
  37.  
  38. Software versions and credits:
  39.     4DOM                Fourthought, Inc. (Uche Ogbuji, Mike Olson)
  40.     4XSLT               Fourthought, Inc. (Uche Ogbuji, Mike Olson)
  41.     PyExpat             Jack Jansen, Fred Drake, Martin v. LĂ·wis
  42.     Expat 1.95.7        James Clark, Clark Cooper, Fred Drake, Karl Waclawek
  43.     saxlib-1.0          Lars Marius Garshol
  44.     sgmlop-000705       Fredrik Lundh
  45.     xmlproc 0.70        Lars Marius Garshol
  46.     minidom, pulldom    Paul Prescod
  47.     PyTREX              James Tauber
  48.