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

..03-May-2022-

XQLParser/H16-Jan-2003-1,6541,539

bin/H03-May-2022-409325

lib/XML/H16-Jan-2003-8,0655,135

samples/H16-Jan-2003-4,2563,976

t/H16-Jan-2003-2,3292,045

ChangesH A D16-Jan-20039.3 KiB189168

MANIFESTH A D16-Jan-20031 KiB5352

Makefile.PLH A D20-Jun-2001734 2011

READMEH A D20-Jun-20011.2 KiB3020

README

1			Perl module: XML-XQL
2
3Copyright (c) 1999,2000 Enno Derksen
4All rights reserved.
5This program is free software; you can redistribute it and/or modify it
6under the same terms as Perl itself.
7
8The XML::XQL module is alpha code.
9
10For bug reports or suggestions send email to tjmather@tjmather.com
11
12============= XML::XQL =========================================================
13
14This is a Perl extension that allows you to perform XQL queries on XML
15object trees. Currently only the XML::DOM module is supported, but
16other implementations, like XML::Grove, may soon follow.
17
18See the XML::XQL and XML::XQL::Tutorial man pages that come with this
19distribution. See the XQL specification for more details,
20it's at: http://www.w3.org/TandS/QL/QL98/pp/xql.html
21Look at the test cases in the 't' directory for examples.
22
23Check out xql.pl, which is a nice command line utility for performing XQL
24queries on XML documents and formatting the results in several ways.
25
26XML::XQL needs the following modules to be installed: XML::DOM, XML::Parser,
27Parse::Yapp (I use 0.16) and Date::Manip (I use 5.33). All can be found at CPAN.
28
29See the To-do list at the top of XQL.pm for all open issues.
30