From: Petr C. <pci...@us...> - 2005-03-16 11:01:52
|
Update of /cvsroot/perl-xml/sax-perl-org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11100 Modified Files: changes-2.1.html Log Message: Index: changes-2.1.html =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/changes-2.1.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- changes-2.1.html 15 Mar 2005 16:11:43 -0000 1.6 +++ changes-2.1.html 16 Mar 2005 11:01:39 -0000 1.7 @@ -83,8 +83,8 @@ </b> <i> [resolves issue <a href="#I1">I1</a>]</i> <br /> - The section "Features" defines a read-only 'http://xmlns.perl.org/sax/version' - feature which returns a version of Perl SAX supported by a driver. + The section "Features" defines a read-only 'http://xmlns.perl.org/sax/version-2.1' + feature which returns 1 for a driver supporting Perl SAX 2.1. </p> <p class="change"> <b>Change <a name="C9">C9</a> @@ -93,9 +93,8 @@ <br /> LexicalHandler and DeclHandler are set using the parser options with the same name. The two read-only features, - (http://xmlns.perl.org/sax/LexicalHandler, DeclHandler) return + (http://xmlns.perl.org/sax/lexicalHandler, declHandler) return 0 or 1 to indicate whether the parser supports these two interfaces. - ???XML:::SAX::Base </p> <p class="change"> <b>Change <a name="C10">C10</a> |