• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/H29-Nov-2007-3,1941,506

t/H29-Nov-2007-158112

ChangesH A D29-Nov-2007646 2119

MANIFESTH A D29-Nov-2007530 2625

META.ymlH A D29-Nov-2007377 1311

Makefile.PLH A D19-Nov-2007423 1715

READMEH A D13-Jul-20061.1 KiB4527

README

1XML-DOM2 (last updated 2006-07-13)
2
3This module provides XML DOM Level2 support for your XML documents, allowing you to built perl objects
4around the xml and build your data access around the standard DOM interfaces.
5
6This module is considered Alpha, it has most of the features required but requires a lot of user feedback
7and testing, and tests written in order to solidify it's design and api's
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18
19SUPPORT AND DOCUMENTATION
20
21After installing, you can find documentation for this module with the perldoc command.
22
23    perldoc XML::DOM2
24
25You can also look for information at:
26
27    Search CPAN
28        http://search.cpan.org/dist/XML-DOM2
29
30    CPAN Request Tracker:
31        http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-DOM2
32
33    AnnoCPAN, annotated CPAN documentation:
34        http://annocpan.org/dist/XML-DOM2
35
36    CPAN Ratings:
37        http://cpanratings.perl.org/d/XML-DOM2
38
39COPYRIGHT AND LICENCE
40
41Copyright (C) 2006 Martin Owens
42
43This program is free software; you can redistribute it and/or modify it
44under the same terms as Perl itself.
45