[
Lists Home |
Date Index |
Thread Index
]
- From: "Cooper, Clark (CORP, Consultant)" <Clark.Cooper@corporate.ge.com>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Wed, 28 Apr 1999 10:37:55 -0400
I've uploaded version 2.23 of XML::Parser to CPAN. The specific URL is:
http://www.perl.com/CPAN/modules/by-module/XML/
XML::Parser is a non-validating XML parser based on James Clark's expat
library.
This version has some bug fixes, performance enhancements, a new version of
expat,
and a new Expat method.
*** PLEASE NOTE ***
The is_defaulted method introduced in version 2.20 has been inactivated.
The functionality it provided is now available in the specified_attr method
of XML::Parser::Expat:
specified_attr()
When the start handler receives lists of attributes and values, the
non-defaulted (i.e. explicitly specified) attributes occur in the
list
first. This method returns the number of specified items in the list
(of the most recent call of the start tag handler.) So if this
number is
equal to the length of the list, there were no defaulted values.
Otherwise
the number points to the index of the first defaulted attribute
name.
Here's the most recent part of the Changes file:
2.23 Mon Apr 26 21:30:28 EDT 1999
- Fixed a bug in the ExpatNB class reported by Gabe Beged-Dov
<begeddov@jfinity.com>. The ErrorMessage attribute wasn't
being initialized for ExpatNB. This should have been done in
the Expat constructor.
- Applied patch provided by Nathan Kurz <nate@valleytel.net> to
fix more perl stack manipulation errors in Expat.xs.
- Applied another patch by Nathan to change perl_call_sv flag
from G_DISCARD to G_VOID for callbacks, which helps performance.
- Murata Makoto <murata@apsdc.ksp.fujixerox.co.jp> reported a
problem on Win32 platforms that only showed up when UTF-16 was
being used. The needed call to binmode was added to the parsefile
methods.
- Added documentation for release method that was added in release
2.20 to Expat pod. (Point raised by <mookie@undef.com>)
- Now using Version 19990425 of expat. No local patches.
- Added specified_attr method and made ineffective the is_defaulted
method.
Clark Cooper Logic Technologies,Inc
cccooper@ltionline.com
(518) 388-7451 650 Franklin St., Suite 304
coopercc@netheaven.com
Schenectady, NY 12305
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|