[Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Fri, 26 Jan 2001 12:51:35 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv29868/lib

Modified Files:
	xmldom.tex 
Log Message:

Fix a number of typos found by Guido.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** xmldom.tex	2001/01/24 18:19:40	1.7
--- xmldom.tex	2001/01/26 20:51:32	1.8
***************
*** 41,45 ****
  ``levels'' in their terminology.  The Python mapping of the API is
  substantially based on the DOM Level 2 recommendation.  Some aspects
! of the API will only became available in Python 2.1, or may only be
  available in particular DOM implementations.
  
--- 41,45 ----
  ``levels'' in their terminology.  The Python mapping of the API is
  substantially based on the DOM Level 2 recommendation.  Some aspects
! of the API will only become available in Python 2.1, or may only be
  available in particular DOM implementations.
  
***************
*** 50,58 ****
  \class{Document} creation methods, but these methods were only added
  in DOM Level 2 and were not implemented in time for Python 2.0.  There
! is also no well-defined way to access this functions without an
  existing \class{Document} object.  For Python 2.0, consult the
  documentation for each particular DOM implementation to determine the
  bootstrap procedure needed to create and initialize \class{Document}
! instances.
  
  Once you have a DOM document object, you can access the parts of your
--- 50,58 ----
  \class{Document} creation methods, but these methods were only added
  in DOM Level 2 and were not implemented in time for Python 2.0.  There
! is also no well-defined way to access these methods without an
  existing \class{Document} object.  For Python 2.0, consult the
  documentation for each particular DOM implementation to determine the
  bootstrap procedure needed to create and initialize \class{Document}
! and \class{DocumentType} instances.
  
  Once you have a DOM document object, you can access the parts of your
***************
*** 144,148 ****
  \begin{memberdesc}[Node]{nodeType}
  An integer representing the node type.  Symbolic constants for the
! types are on the \class{Node} object: \constant{DOCUMENT_NODE},
  \constant{ELEMENT_NODE}, \constant{ATTRIBUTE_NODE},
  \constant{TEXT_NODE}, \constant{CDATA_SECTION_NODE},
--- 144,148 ----
  \begin{memberdesc}[Node]{nodeType}
  An integer representing the node type.  Symbolic constants for the
! types are on the \class{Node} object:
  \constant{ELEMENT_NODE}, \constant{ATTRIBUTE_NODE},
  \constant{TEXT_NODE}, \constant{CDATA_SECTION_NODE},