diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index ccb31098b0e..952a5631db1 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}