expat/doc reference.html,1.57,1.58
"Fred L. Drake" <[email protected]> Thu, 15 Jul 2004 17:13:07 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27548 Modified Files: reference.html Log Message: - fix the description of the XML_DTD preprocessor symbol (closes SF bug #916232) - fix markup error (swapped end tags) Index: reference.html =================================================================== RCS file: /cvsroot/expat/expat/doc/reference.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- reference.html 30 Apr 2004 15:39:47 -0000 1.57 +++ reference.html 16 Jul 2004 00:13:05 -0000 1.58 @@ -317,12 +317,12 @@ <dl class="cpp-symbols"> <dt>XML_DTD</dt> <dd>Include support for using and reporting DTD-based content. If -this is defined, default attribute values from the DTD are reported -and attribute value normalization occurs based on the type of -attributes. Callbacks can be registered which report information from -the DTD (including content models and attribute definitions) only if -this is defined. Without this, Expat has a smaller memory footprint -and can be faster.</dd> +this is defined, default attribute values from an external DTD subset +are reported and attribute value normalization occurs based on the +type of attributes defined in the external subset. Without +this, Expat has a smaller memory footprint and can be faster, but will +not load external entities or process conditional sections. This does +not affect the set of functions available in the API.</dd> <dt>XML_NS</dt> <dd>When defined, support for the <cite><a href= @@ -509,7 +509,7 @@ data is passed; it will have the type <code>XML_Parser</code> if the parser itself is passed. When the parser is passed, the user data may be retrieved using <code><a href="#XML_GetUserData" ->XML_GetUserData</code></a>.</p> +>XML_GetUserData</a></code>.</p> <p>One common case where multiple calls to a single handler may need to communicate using an application data structure is the case when