diff options
Diffstat (limited to 'Doc/lib/xmldom.tex')
-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} |