Downloadliste

Projektbeschreibung

XML::Parser is a Perl extension module providing an interface to James Clark's fast and robust XML

parsing library, expat. Other Perl XML modules

(many based on XML::Parser) may be found at the same CPAN download site where XML::Parser is located. The expat library is distributed as part of the module.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:14
2.25

Es wurde ein SEGV-Fehler verursacht, jetzt mit Version 1990709 der Expat Bibliothek hat eine zusätzliche externe Einheit Handler, lwp_ext_ent_handler, die sich mit allgemeinen URIs. Es wird anstatt des "Datei nur" Handler, wenn die LWP-Paket installiert wird.
Fixed a SEGV-causing bug, now using Version 1990709 of the expat library, added an additional external entity handler, lwp_ext_ent_handler, that deals with general URIs. It is installed instead of the "file only" handler if the LWP package is installed.

2001-01-30 15:14
2.24

Externe DTD Parsing geschieht nun, wenn die neue ParseParamEnt Möglichkeit ist, einen wahren Wert gesetzt. Die setHandlers Methoden (sowohl XML:: Parser und XML:: Parser:: Expat) ist jetzt wieder der ehemaligen Einstellungen der veränderten Handler mit einer Liste von Schlüsselwörtern, handler Paare.
External DTD parsing now takes place when the new
ParseParamEnt option is set to a true value. The setHandlers methods (of both XML::Parser and XML::Parser::Expat) now return the former settings of the changed handlers with a list of keyword, handler pairs.

2001-01-30 15:14
2.22

Core Dump fest, dass mit einer kleinen Datei mit einem Kommentar, der nicht ordnungsgemäß geschlossen wurde, in expat durch Aktualisierung positionPtr ordnungsgemäß in letzter Aufruf der xml_parse festen aufgetreten ist, hat mehr Fixes für Expat.xs Positionsberechnung, feste eine Erinnerung Wachstum Problem mit großen Dokumenten , hat ein non-blocking Mechanismus zu analysieren, machte einige Performance-Verbesserungen und versuchte Tree Stil Struktur Parser pod zu klären.
Core dump fixed that occured with a small file with a comment that
wasn't properly closed, fixed in expat by updating positionPtr
properly in final call of XML_Parse, made more fixes to Expat.xs
position calculation, fixed a memory growth problem with large
documents, added a non-blocking parse mechanism, made some
performance tweaks and tried to clarify Tree style structure in
Parser pod.

Project Resources