Commit 2fef3abc authored by Fred Drake's avatar Fred Drake

Two minor nits.

parent 83fb073a
...@@ -60,8 +60,8 @@ separator character, and the local part of the name. If the namespace ...@@ -60,8 +60,8 @@ separator character, and the local part of the name. If the namespace
separator is a zero byte (\code{chr(0)}) then the namespace URI and separator is a zero byte (\code{chr(0)}) then the namespace URI and
the local part will be concatenated without any separator. the local part will be concatenated without any separator.
For example, if \var{namespace_separator} is set to For example, if \var{namespace_separator} is set to a space character
\character{ }, and the following document is parsed: (\character{ }) and the following document is parsed:
\begin{verbatim} \begin{verbatim}
<?xml version="1.0"?> <?xml version="1.0"?>
...@@ -85,7 +85,7 @@ elem2 ...@@ -85,7 +85,7 @@ elem2
\class{xmlparser} objects have the following methods: \class{xmlparser} objects have the following methods:
\begin{methoddesc}[xmlparser]{Parse}{data \optional{, isfinal}} \begin{methoddesc}[xmlparser]{Parse}{data\optional{, isfinal}}
Parses the contents of the string \var{data}, calling the appropriate Parses the contents of the string \var{data}, calling the appropriate
handler functions to process the parsed data. \var{isfinal} must be handler functions to process the parsed data. \var{isfinal} must be
true on the final call to this method. \var{data} can be the empty true on the final call to this method. \var{data} can be the empty
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment