[Python-checkins] CVS: python/dist/src/Doc/lib xmlsaxhandler.tex,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Sun, 18 Nov 2001 20:34:52 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv11019/lib

Modified Files:
	xmlsaxhandler.tex 
Log Message:
Fix the default value for feature_namespaces, per discussions on the XML-SIG
mailing list.  This causes the docs to match the default implementation.


Index: xmlsaxhandler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxhandler.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xmlsaxhandler.tex	2001/11/18 04:58:28	1.7
--- xmlsaxhandler.tex	2001/11/19 04:34:50	1.8
***************
*** 50,56 ****
  \begin{datadesc}{feature_namespaces}
    Value: \code{"http://xml.org/sax/features/namespaces"}\\
!   true: Perform Namespace processing (default).\\
    false: Optionally do not perform Namespace processing
!          (implies namespace-prefixes).\\
    access: (parsing) read-only; (not parsing) read/write
  \end{datadesc}
--- 50,56 ----
  \begin{datadesc}{feature_namespaces}
    Value: \code{"http://xml.org/sax/features/namespaces"}\\
!   true: Perform Namespace processing.\\
    false: Optionally do not perform Namespace processing
!          (implies namespace-prefixes; default).\\
    access: (parsing) read-only; (not parsing) read/write
  \end{datadesc}