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

..03-May-2022-

t/H14-Apr-2008-1,267937

ChangesH A D14-Apr-20082 KiB7552

MANIFESTH A D05-Dec-2006967 4342

META.ymlH A D14-Apr-2008524 1615

Makefile.PLH A D14-Apr-2008626 159

READMEH A D14-Aug-2006860 3723

XPath.pmH A D14-Apr-20089.6 KiB338190

README

1XML/DOM/XPath
2==========================
3
4# $Id: README,v 1.1.1.1 2003/12/04 20:40:43 mrodrigu Exp $
5
6XML::DOM::XPath is a helper module for XML::DOM that adds XPath support to it.
7It uses XML::XPath to resolve the XPath queries
8
9In truth this should only be used if you have existing code using XML::DOM.
10If you start a new project and if you can install XML::LibXML (and libxml2
11on which it is based) then you will get a DOM, XPAth support and a lot more
12power and speed.
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27  XML::DOM
28  XML::XPath
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2003 Michel Rodriguez
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself.
36
37