Download List

Projeto Descrição

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.

System Requirements

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

Várias codificações foram adicionados. A documentação foi melhorada. Melhor verificação de erros é feito em expat caso está faltando.
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 para Carp:: Heavy.
Tags: Minor bugfixes
Bugixes for Carp::Heavy.

2001-01-30 15:14
2.28

Um patch para expat para lidar com as declarações, os manipuladores DECLATION elemento agora receber um objeto analisado containg representação do modelo, manipulador doctype chamado antes do processamento DTD, DoctypeFin novo e manipuladores ExternEntFin, basename agora definida pelo método padrão parsefile e manipuladores entidade externa, gerada cordas marcadas como UTF-8 em Perl 5.6, e muitas correções.
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

Várias correções de bugs, acrescentou o método skip_until para XML:: Parser:: Expat manipuladores (suspende até que o índice determinado elemento é atingido), XML:: Parser:: ExpatNB agora pode executar o original_string e métodos position_in_context, há um novo utilitário no diretório de exemplos, que transforma um documento XML em XML canônico, há uma correção para a modificação "de um valor somente leitura" bug que os usuários de 5,004 perl foram encontrando, a mudança de incompatibilidade com o método xml_escape de Expat (que já não transforma o '> caráter "por padrão), fixado um bug onde o manipulador doctype não estava sendo chamado quando a opção ParseParamEnt foi criado e é agora com versão 19990728 do expat, com manchas local.
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 para retornos de chamada declaração.
Bug fixes for declaration callbacks.

Project Resources