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.dom < prev    next >
Text File  |  2000-10-06  |  1KB  |  59 lines

  1. 4DOM    <http://Fourthought.com/4Suite/4DOM>
  2.  
  3. Copyright (C) 2000 Fourthought Inc, USA
  4.  
  5. http://www.python.org/sigs/xml-sig/
  6. http://lists.fourthought.com/mailman/listinfo/4suite
  7.  
  8.  
  9. Description
  10. ===========
  11.  
  12. 4DOM is an implementation of the World-Wide Web Consortium recommended
  13. standard document object model for Python.  4DOM implements
  14. DOM Core level 2, HTML level 2 and Level 2 Document Traversal.
  15.  
  16. 4DOM should work on all platforms supported by Python.  If you have
  17. any problems with a particular platform, please e-mail the authors.
  18.  
  19.  
  20. Installation
  21. ============
  22.  
  23. Simply copy to a directory in your PYTHONPATH.  GenerateHtml.py is no longer
  24. needed.
  25.  
  26.  
  27. License/Copyright
  28. =================
  29.  
  30. 4DOM is copyrighted by Fourthought Inc (http://Fourthought.com).
  31. Please read the file COPYRIGHT for the complete copyright and
  32. terms of license.
  33.  
  34.  
  35. Documentation
  36. =============
  37.  
  38. Please see the file docs/4DOM.html for general documentation
  39.  
  40. The DOM API is specified at
  41.  
  42. http://www.w3.org/TR/DOM-Level-2/
  43.  
  44.  
  45. Contact and Support
  46. ===================
  47.  
  48. Please consider joining the 4Suite users and support mailing list
  49.  
  50. http://lists.fourthought.com/mailman/listinfo/4suite
  51.  
  52. You can send comments, bug-reports and support requests to one or both of the
  53. following addresses:
  54.  
  55. xml-sig@python.org
  56. 4Suite@lists.fourthought.com
  57.  
  58.  
  59.