Package perl-XML-TokeParser: Information

    Source package: perl-XML-TokeParser
    Version: 0.05-alt1.1
    Build time:  Nov 24, 2010, 09:48 PM
    Category: Development/Perl
    Report package bug
    License: Perl (GPL or Artistic)
    Summary: Simplified interface to XML::Parser
    Description: 
    XML::TokeParser provides a procedural ("pull mode") interface to
    XML::Parser in much the same way that Gisle Aas' HTML::TokeParser
    provides a procedural interface to HTML::Parser. XML::TokeParser splits
    its XML input up into "tokens," each corresponding to an XML::Parser
    event.
    
    A token is a bless'd reference to an array whose first element is an
    event-type string and whose last element is the literal text of the XML
    input that generated the event, with intermediate elements varying
    according to the event type.
    
    Each token is an *object* of type XML::TokeParser::Token. Read
    "XML::TokeParser::Token" to learn what methods are available for
    inspecting the token, and retrieving data from it.

    List of rpms provided by this srpm:
    perl-XML-TokeParser (noarch)

    Maintainer: Artem Zolochevskiy

    List of contributors:
    Igor Vlasenko
    Artem Zolochevskiy

    ACL:
    Artem Zolochevskiy
    @cpan
    @everybody

      1. perl-XML-Parser
      2. perl-devel
      3. rpm-build-licenses

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.05-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    Jan. 19, 2010 Artem Zolochevskiy 0.05-alt1
    - initial build for Sisyphus