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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 05 Apr 2001 11:30:06 -0700


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

Modified Files:
	xmldom.tex 
Log Message:

Add some information about what to expect of the DocumentType's
.internalSubset attribute based on a clarification from the www-dom
list.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** xmldom.tex	2001/02/23 19:15:56	1.12
--- xmldom.tex	2001/04/05 18:30:04	1.13
***************
*** 376,379 ****
--- 376,381 ----
  \begin{memberdesc}[DocumentType]{internalSubset}
    A string giving the complete internal subset from the document.
+   This does not include the brackets which enclose the subset.  If the
+   document has no internal subset, this should be \code{None}.
  \end{memberdesc}