diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qxmldtdhandler.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qxmldtdhandler.html')
-rw-r--r-- | doc/html/qxmldtdhandler.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qxmldtdhandler.html b/doc/html/qxmldtdhandler.html index 6a6ad46a9..971d7b7a5 100644 --- a/doc/html/qxmldtdhandler.html +++ b/doc/html/qxmldtdhandler.html @@ -57,7 +57,7 @@ DTD content of XML data. entities, it can implement this interface and register an instance with <a href="qxmlreader.html#setDTDHandler">TQXmlReader::setDTDHandler</a>(). <p> Note that this interface includes only those DTD events that the -XML recommendation retquires processors to report, i.e. notation +XML recommendation requires processors to report, i.e. notation and unparsed entity declarations using <a href="#notationDecl">notationDecl</a>() and <a href="#unparsedEntityDecl">unparsedEntityDecl</a>() respectively. <p> See also the <a href="xml.html#sax2Intro">Introduction to SAX2</a>. |