diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-05 18:30:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-05 18:30:04 (GMT) |
commit | f459d852e54f6ff6c1de153e915607ab4256adf8 (patch) | |
tree | d578559263372e93d703acdadcc7acb16196db54 /Doc/lib | |
parent | d3908e29523f2d2149571585ae8ff725eae6b531 (diff) | |
download | cpython-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.tex | 2 |
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} |