File: README

package info (click to toggle)
libxml-handler-composer-perl 0.01-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 29
  • sloc: perl: 448; makefile: 35
file content (26 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XML::Handler::Composer version 0.01
===================================

DESCRIPTION

XML::Handler::Composer is similar to XML::Writer, XML::Handler::XMLWriter, XML::Handler::YAWriter etc. in that it
generates XML output. 

This implementation may not be fast and it may not be the best solution for your particular problem, but it has some
features that may be missing in the other implementations.

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.