Paketname | libxml-xql-perl |
Beschreibung | Perl module for querying XML tree structures with XQL |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.68-6 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 420 Byte |
Hängt ab von | perl, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-per |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 155328 Byte |
Prüfsumme MD5 | 59158dfb0e8e5c852ce1a9f05c37b5f7 |
Prüfsumme SHA1 | 0ffaf785b84bc7c3f50ad0941ace49d137b2debb |
Prüfsumme SHA256 | d24f5f239c68aeb0f629ee3b9741d07ad738b1c04215eef84ceacc71f28599d3 |
Link zum Herunterladen | libxml-xql-perl_0.68-6_all.deb |
Ausführliche Beschreibung | 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.
|