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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libxml-xql-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libdate-manip-perl,
libparse-yapp-perl,
libxml-dom-perl,
libxml-regexp-perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-xql-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-xql-perl.git
Homepage: https://metacpan.org/release/XML-XQL
Rules-Requires-Root: no
Package: libxml-xql-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdate-manip-perl,
libparse-yapp-perl,
libxml-dom-perl,
libxml-regexp-perl
Description: Perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal
submitted to the XSL Working Group in September 1998. The spec can
be found at: http://www.w3.org/TandS/QL/QL98/pp/xql.html. Most of
the contents related to the XQL syntax can also be found in the
XML::XQL::Tutorial that comes with this distribution. Note that XQL
is not the same as XML-QL!
.
The current implementation only works with the XML::DOM module, but
once the design is stable and the major bugs are flushed out, other
extensions might follow, e.g. for XML::Grove.
.
XQL was designed to be extensible and this implementation tries to
stick to that. Users can add their own functions, methods,
comparison operators and data types. Plugging in a new XML tree
structure (like XML::Grove) should be a piece of cake.
|