summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-04-05 18:30:04 (GMT)
committerFred Drake <fdrake@acm.org>2001-04-05 18:30:04 (GMT)
commitf459d852e54f6ff6c1de153e915607ab4256adf8 (patch)
treed578559263372e93d703acdadcc7acb16196db54 /Doc/lib
parentd3908e29523f2d2149571585ae8ff725eae6b531 (diff)
downloadcpython-f459d852e54f6ff6c1de153e915607ab4256adf8.zip
cpython-f459d852e54f6ff6c1de153e915607ab4256adf8.tar.gz
cpython-f459d852e54f6ff6c1de153e915607ab4256adf8.tar.bz2
Add some information about what to expect of the DocumentType's
.internalSubset attribute based on a clarification from the www-dom list.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/xmldom.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex
index 9aa84a8..5d4fe02 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}