Fix the default value for feature_namespaces, per discussions on the XML-SIG

mailing list.  This causes the docs to match the default implementation.
This commit is contained in:
Fred Drake 2001-11-19 04:34:50 +00:00
parent 7a1bea64f8
commit 7064d3b581
1 changed files with 2 additions and 2 deletions

View File

@ -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}