Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Plusieurs codages ont été ajoutés. La documentation a été améliorée. la vérification des erreurs Mieux vaut faire en cas d'expatriés est manquant.
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 pour la carpe:: Heavy.
Tags: Minor bugfixes
Bugixes for Carp::Heavy.

2001-01-30 15:14
2.28

Un patch pour expat pour traiter les déclarations, les manutentionnaires declation élément reçoivent maintenant un objet containg représentation analysée du modèle, gestionnaire doctype appelée avant de traitement de la DTD, de nouveaux DoctypeFin et manutentionnaires ExternEntFin, basename désormais fixé par la méthode parsefile et par défaut des gestionnaires d'entités externes, a généré des chaînes marquées en tant que UTF-8 en Perl 5.6, ainsi que de nombreux correctifs.
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

Plusieurs corrections de bugs, ajouté la méthode skip_until à XML:: Parser:: Expat (gestionnaires suspend jusqu'à ce que l'indice d'élément donné est atteint), XML:: Parser:: ExpatNB peuvent désormais effectuer l'original_string et méthodes position_in_context, il ya un nouvel utilitaire dans le échantillons répertoire qui transforme un document XML vers XML canonique, il ya un correctif pour la modification "d'une valeur en lecture seule" bug que les utilisateurs de Perl 5.004 rencontraient, changer l'incompatibilité de la méthode xml_escape de expat (il ne transforme le '> 'caractère par défaut), correction d'un bug où le gestionnaire doctype n'était pas appelée lorsque l'option ParseParamEnt a été fixé et il utilise maintenant la version 19990728 de expat, avec des correctifs locaux.
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

Corrections de bogues pour les rappels de déclaration.
Bug fixes for declaration callbacks.

Project Resources