summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2005-01-30 05:44:46 +0000
committerkwaclaw <kwaclaw>2005-01-30 05:44:46 +0000
commit27f919d43f1247dd01769bdc987112d29284a0e9 (patch)
tree509c0050e3285d13927d7e960a539db3b6794635 /doc
parentee2c037f819733c1432eb246e298e7872af34718 (diff)
downloadlibexpat-27f919d43f1247dd01769bdc987112d29284a0e9.tar.gz
Fixed error found by Reid Spencer.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.html b/doc/reference.html
index d6648d3..ebcde6c 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -606,7 +606,7 @@ separator, prefix.</p>
for the end of a scope of a declaration with the <code><a href=
"#XML_SetNamespaceDeclHandler" >XML_SetNamespaceDeclHandler</a></code>
function. The StartNamespaceDeclHandler is called prior to the start
-tag handler and the EndNamespaceDeclHandler is called before the
+tag handler and the EndNamespaceDeclHandler is called after the
corresponding end tag that ends the namespace's scope. The namespace
start handler gets passed the prefix and URI for the namespace. For a
default namespace declaration (xmlns='...'), the prefix will be null.
@@ -2312,4 +2312,4 @@ have been allocated by <code><a href="#XML_MemMalloc"
height="31" width="88" class="noborder" /></a></p>
</div>
</body>
-</html> \ No newline at end of file
+</html>