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

Fred L. Drake fdrake@users.sourceforge.net
Wed, 24 Jan 2001 08:17:18 -0800


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

Modified Files:
	xmldom.tex 
Log Message:

AttributeList --> NamedNodeMap
Since there is no such thing as an AttributeList, don't say "attributes"
is one.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** xmldom.tex	2000/12/13 17:38:02	1.5
--- xmldom.tex	2001/01/24 16:17:15	1.6
***************
*** 163,167 ****
  
  \begin{memberdesc}[Node]{attributes}
! An \class{AttributeList} of attribute objects.  Only elements have
  actual values for this; others provide \code{None} for this attribute.
  This is a read-only attribute.
--- 163,167 ----
  
  \begin{memberdesc}[Node]{attributes}
! An \class{NamedNodeList} of attribute objects.  Only elements have
  actual values for this; others provide \code{None} for this attribute.
  This is a read-only attribute.