From f459d852e54f6ff6c1de153e915607ab4256adf8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 5 Apr 2001 18:30:04 +0000 Subject: [PATCH] Add some information about what to expect of the DocumentType's .internalSubset attribute based on a clarification from the www-dom list. --- Doc/lib/xmldom.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 9aa84a850c7..5d4fe024e8c 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}