XML::QL

XML::QL is an XML query language.
Download

XML::QL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Robert Hanson
  • Publisher web site:
  • http://search.cpan.org/~msergeant/XML-QL-0.07/QL.pm

XML::QL Tags


XML::QL Description

XML::QL is an XML query language. XML::QL is an XML query language.SYNOPSIS$ql = 'WHERE $head ORDER-BY $head IN "file:REC-xml-19980210.xml" CONSTRUCT $head';print XML::QL->query($sql);This module is an early implementation of a note published by the W3C called "XML-QL: A Query Language for XML". XML-QL allows the user to query an XML document much like a database, and describe a construct for output. Currently this module only offers partial functionality as described in the specification, and even some of that has been changed for ease of use. This documentation will describe the fuctionality of this module as well as differences from the XML-QL specification.METHODSquery( "query" )This is the only method required to use this module. This one method allows the user to pass a valid XML-QL query to the module, and the return value is the output. Requirements: · Perl


XML::QL Related Software