diff options
Diffstat (limited to 'doc/ref/sxml.texi')
-rw-r--r-- | doc/ref/sxml.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 19125091c..5f827916e 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -230,7 +230,7 @@ SAX parsers were created to give the programmer more control on the parsing process. A programmer gives the SAX parser a number of ``callbacks'': functions that will be called on various features of the XML stream as they are encountered. SAX parsers are more efficient, but -much harder to user, as users typically have to manually maintain a +much harder to use, as users typically have to manually maintain a stack of open elements. Kiselyov realized that the SAX programming model could be made much |