From 7064d3b581578539ff96cba2dac377a56260529b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 19 Nov 2001 04:34:50 +0000 Subject: [PATCH] Fix the default value for feature_namespaces, per discussions on the XML-SIG mailing list. This causes the docs to match the default implementation. --- Doc/lib/xmlsaxhandler.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index ccb31098b0..952a5631db 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} -- 2.50.1