XML-Filter-BufferText

 view release on metacpan or  search on metacpan

BufferText.pm  view on Meta::CPAN

    $self->$call($data);
}
#-------------------------------------------------------------------#

### AUTOLOAD and inheritance don't work all that well, this is a
### workaround for that problem.
sub start_document;     sub end_document;           sub start_element;
sub end_element;        sub processing_instruction; sub comment;
sub skipped_entity;     sub ignorable_whitespace;   sub end_entity;
sub start_entity;       sub entity_reference;
sub start_cdata;        sub end_cdata;

1;
#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#
#`,`, Documentation `,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,`,#
#```````````````````````````````````````````````````````````````````#

=pod

=head1 NAME

Changes  view on Meta::CPAN


Revision history for XML::Filter::BufferText:

1.01  2003-07-04 21:50
    - fixed a long standing bug related to buffering of cdata events

1.00  sun 20020706 20:37
    - cleaned up docs

0.01  sun 20020127 19:59:55
    - original version



( run in 1.309 second using v1.01-cache-2.11-cpan-995e09ba956 )