summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmlsaxhandler.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/xmlsaxhandler.tex')
-rw-r--r--Doc/lib/xmlsaxhandler.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex
index ccb3109..952a563 100644
--- a/Doc/lib/xmlsaxhandler.tex
+++ b/Doc/lib/xmlsaxhandler.tex
@@ -49,9 +49,9 @@ symbolic constants for the feature and property names.
\begin{datadesc}{feature_namespaces}
Value: \code{"http://xml.org/sax/features/namespaces"}\\
- true: Perform Namespace processing (default).\\
+ true: Perform Namespace processing.\\
false: Optionally do not perform Namespace processing
- (implies namespace-prefixes).\\
+ (implies namespace-prefixes; default).\\
access: (parsing) read-only; (not parsing) read/write
\end{datadesc}