From: Fred Drake Date: Thu, 5 Apr 2001 18:30:04 +0000 (+0000) Subject: Add some information about what to expect of the DocumentType's X-Git-Tag: v2.1c1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f459d852e54f6ff6c1de153e915607ab4256adf8;p=thirdparty%2FPython%2Fcpython.git Add some information about what to expect of the DocumentType's .internalSubset attribute based on a clarification from the www-dom list. --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 9aa84a850c7a..5d4fe024e8ce 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -375,6 +375,8 @@ following attributes: \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} \begin{memberdesc}[DocumentType]{name}