Add some information about what to expect of the DocumentType's

.internalSubset attribute based on a clarification from the www-dom
list.
This commit is contained in:
Fred Drake 2001-04-05 18:30:04 +00:00
parent d3908e2952
commit f459d852e5
1 changed files with 2 additions and 0 deletions

View File

@ -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}