[XML-SIG] SAX API docs change

Fred L. Drake, Jr. fdrake@acm.org
Mon, 19 Nov 2001 00:31:09 -0500


--6XmokEsDUI
Content-Type: text/plain; charset=us-ascii
Content-Description: message body and .signature
Content-Transfer-Encoding: 7bit


  Ok, I think this at least gets the value of the default for
feature_namespaces right.  I should probably add a little more
explanation, noting that we differ from Java in this respect.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation


--6XmokEsDUI
Content-Type: message/rfc822
Content-Description: forwarded message
Content-Transfer-Encoding: 7bit

Return-Path: <python-checkins-admin@python.org>
Received: from h13.mail.home.com ([24.0.95.47])
          by femail31.sdc1.sfba.home.com
          (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP
          id <20011119043516.GHFS617.femail31.sdc1.sfba.home.com@h13.mail.home.com>
          for <fdrake01@mail.reston1.va.home.com>;
          Sun, 18 Nov 2001 20:35:16 -0800
Received: from mx7-w.mail.home.com (mx7-w.mail.home.com [24.0.95.72])
	by h13.mail.home.com (8.9.3/8.9.0) with ESMTP id UAA07714
	for <fdrake01@home.com>; Sun, 18 Nov 2001 20:35:16 -0800 (PST)
Received: from mail.acm.org (mail.acm.org [199.222.69.4])
	by mx7-w.mail.home.com (8.11.1/8.11.1) with ESMTP id fAJ4ZEj19467
	for <fdrake01@home.com>; Sun, 18 Nov 2001 20:35:14 -0800 (PST)
Received: from mail.python.org (mail.python.org [63.102.49.29])
	by mail.acm.org (8.9.3/8.9.3) with ESMTP id XAA23146;
	Sun, 18 Nov 2001 23:35:09 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 165g9H-0006Ha-00; Sun, 18 Nov 2001 23:35:11 -0500
Received: from [216.136.171.253] (helo=usw-sf-netmisc.sourceforge.net)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 165g8z-0006GG-00
	for python-checkins@python.org; Sun, 18 Nov 2001 23:34:53 -0500
Received: from usw-pr-cvs1-b.sourceforge.net ([10.5.1.7] helo=usw-pr-cvs1.sourceforge.net)
	by usw-sf-netmisc.sourceforge.net with esmtp (Exim 3.22 #1 (Debian))
	id 165g8z-0003Gy-00
	for <python-checkins@python.org>; Sun, 18 Nov 2001 20:34:53 -0800
Received: from fdrake by usw-pr-cvs1.sourceforge.net with local (Exim 3.22 #1 (Debian))
	id 165g8y-0002rx-00
	for <python-checkins@python.org>; Sun, 18 Nov 2001 20:34:52 -0800
Message-Id: <E165g8y-0002rx-00@usw-pr-cvs1.sourceforge.net>
Errors-To: python-checkins-admin@python.org
X-BeenThere: python-checkins@python.org
X-Mailman-Version: 2.0.7 (101270)
Precedence: bulk
List-Help: <mailto:python-checkins-request@python.org?subject=help>
List-Post: <mailto:python-checkins@python.org>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-checkins>,
	<mailto:python-checkins-request@python.org?subject=subscribe>
List-Id: Check-in messages from the Python maintainers <python-checkins.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/python-checkins>,
	<mailto:python-checkins-request@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-checkins/>
From: "Fred L. Drake" <fdrake@users.sourceforge.net>
Sender: python-checkins-admin@python.org
To: python-checkins@python.org
Subject: [Python-checkins] CVS: python/dist/src/Doc/lib xmlsaxhandler.tex,1.7,1.8
Date: 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}


_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
http://mail.python.org/mailman/listinfo/python-checkins

--6XmokEsDUI--