File: README

package info (click to toggle)
libxml-handler-printevents-perl 0.01-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 32; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
XML::Handler::PrintEvents version 0.01
======================================

DESCRIPTION

This PerlSAX handler prints the PerlSAX events it receives to STDOUT. It can be useful when debugging PerlSAX
filters. It supports all PerlSAX handler including ignorable_whitespace. 

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (c) 1999,2000 Enno Derksen
All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.