Name : perl-XML-XQL
| |
Version : 0.68
| Vendor : obs://build_opensuse_org/home:concyclic
|
Release : bp150.7.1
| Date : 2018-12-11 16:08:46
|
Group : Development/Libraries/Perl
| Source RPM : perl-XML-XQL-0.68-bp150.7.1.src.rpm
|
Size : 0.26 MB
| |
Packager : (none)
| |
Summary : A perl module for querying XML tree structures with XQL
|
Description :
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: the http://www.w3.org/TandS/QL/QL98/pp/xql.html manpage Most of the contents related to the XQL syntax can also be found in the the XML::XQL::Tutorial manpage that comes with this distribution. Note that XQL is not the same as XML-QL!
The current implementation only works with the the XML::DOM manpage 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.
To use the XQL module, either
use XML::XQL;
or
use XML::XQL::Strict;
The Strict module only provides the core XQL functionality as found in the XQL spec. By default (i.e. by using XML::XQL) you get \'XQL+\', which has some additional features.
See the section the Additional Features in XQL+ manpage for the differences.
This module is still in development. See the To-do list in XQL.pm for what still needs to be done. Any suggestions are welcome, the sooner these implementation issues are resolved, the faster we can all use this module.
If you find a bug, you would do me great favor by sending it to me in the form of a test case. See the file t/xql_template.t that comes with this distribution.
If you have written a cool comparison operator, function, method or XQL data type that you would like to share, send it to tjmatherAATTtjmather.com and I will add it to this module.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/concyclic/SLE_15/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(XML::DOM::Attr)
perl(XML::DOM::CDATASection)
perl(XML::DOM::Document)
perl(XML::DOM::DocumentFragment)
perl(XML::DOM::Element)
perl(XML::DOM::EntityReference)
perl(XML::DOM::Node)
perl(XML::DOM::Text)
perl(XML::XQL)
perl(XML::XQL)
perl(XML::XQL::AllAttr)
perl(XML::XQL::AllElements)
perl(XML::XQL::And)
perl(XML::XQL::Attribute)
perl(XML::XQL::Bang)
perl(XML::XQL::Boolean)
perl(XML::XQL::BooleanOp)
perl(XML::XQL::Compare)
perl(XML::XQL::Current)
perl(XML::XQL::DOM)
perl(XML::XQL::Date)
perl(XML::XQL::Debug)
perl(XML::XQL::Debug::Dump)
perl(XML::XQL::Dir)
perl(XML::XQL::DirAttr)
perl(XML::XQL::DirAttrDef)
perl(XML::XQL::DirDoc)
perl(XML::XQL::DirElem)
perl(XML::XQL::DirNode)
perl(XML::XQL::DirXQL)
perl(XML::XQL::Element)
perl(XML::XQL::File)
perl(XML::XQL::FileContents)
perl(XML::XQL::Filter)
perl(XML::XQL::Func)
perl(XML::XQL::Intersect)
perl(XML::XQL::Invocation)
perl(XML::XQL::Node)
perl(XML::XQL::Not)
perl(XML::XQL::Number)
perl(XML::XQL::Operator)
perl(XML::XQL::Or)
perl(XML::XQL::Parent)
perl(XML::XQL::Parser)
perl(XML::XQL::Path)
perl(XML::XQL::PrimitiveType)
perl(XML::XQL::PrimitiveTypeBase)
perl(XML::XQL::Query)
perl(XML::XQL::Root)
perl(XML::XQL::Sequence)
perl(XML::XQL::SimpleAttr)
perl(XML::XQL::SimpleElement)
perl(XML::XQL::Strict)
perl(XML::XQL::Subscript)
perl(XML::XQL::Text)
perl(XML::XQL::Union)
perl-XML-XQL
Requires :