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.

2010-09-19 20:20
2.40

Mehrere Kodierungen wurden hinzugefügt. Dokumentation wurde verbessert. Bessere Fehlerprüfung ist im Falle expat getan fehlt.
Tags: Stable, bugfix, Minor
Several encodings were added. Documentation was improved. Better error checking is done in case expat is missing.

2009-02-10 09:51
2.36

Bugixes für Carp:: Heavy.
Tags: Minor bugfixes
Bugixes for Carp::Heavy.

2001-01-30 15:14
2.28

Ein Patch zur expat Erklärungen Griff, Element-Handler declation erhalten nun ein Objekt containg analysiert Darstellung von Modell namens doctype-Handler vor der Verarbeitung DTD, neue DoctypeFin und ExternEntFin Handler, basename jetzt parsefile Methode und externen Unternehmens-Handler standardmäßig eingestellt, erzeugte Zeichenketten markiert als UTF-8 in Perl 5.6, und viele Bugfixes.
A patch to expat to handle declarations, element declation handlers now receive an object containg parsed representation of model, doctype handler called prior to processing DTD, new DoctypeFin and ExternEntFin handlers, basename now set by parsefile method and default external entity handlers, generated strings marked as UTF-8 in Perl 5.6, and many bugfixes.

2001-01-30 15:14
2.27

Mehrere Bugfixes, fügte der skip_until Methode, um XML:: Parser:: Expat (Handler aussetzt, bis das betreffende Element Index erreicht ist), XML:: Parser:: ExpatNB jetzt können die original_string und position_in_context Methoden führen, gibt es ein neues Werkzeug in der Proben Verzeichnis, das ein XML-Dokument in Canonical XML-Transformationen, gibt es ein Update für das "Modification of a read-only-Wert" Fehler, dass die Nutzer von Perl 5,004 auftrat, die Unvereinbarkeit Änderung der xml_escape Methode der Expat (nicht mehr verwandelt sich die "> "Charakter von Standard), wurde ein Fehler behoben, wo die doctype-Handler wurde nicht genannt zu werden, wenn die ParseParamEnt Option gesetzt wurde, und es ist jetzt mit Version 19990728 von Expat, mit lokalen Patches.
Several bug fixes, added the skip_until method to XML::Parser::Expat (suspends handlers until the given element index is reached), XML::Parser::ExpatNB now can perform the original_string and position_in_context methods, there's a new utility in the samples directory which transforms an XML document into Canonical XML, there's a fix for the "Modification of a read-only value" bug that users of perl 5.004 were encountering, incompatibility change to the xml_escape method of Expat (it no longer transforms the '>' character by default), fixed a bug where the doctype handler wasn't being called when the ParseParamEnt option was set and it's now using Version 19990728 of expat, with local patches.

2001-01-30 15:14
2.26

Bug-Fixes für die Erklärung Rückrufe.
Bug fixes for declaration callbacks.

Project Resources