Main > Programming > Libraries >

DBIx::XMLServer 0.02

DBIx::XMLServer 0.02

Sponsored Links

DBIx::XMLServer 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.029 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1137
Date added: 2006-09-12
Publisher: Martin Bright

DBIx::XMLServer 0.02 description

DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests.

SYNOPSIS

use XML::LibXML;
use DBIx::XMLServer;

my $xml_server = new DBIx::XMLServer($dbh, "template.xml");

my $doc = $xml_server->process($QUERY_STRING);
die "Error: $doc" unless ref $doc;

print "Content-type: application/xmlrnrn";
print $doc->toString(1);

This module implements the whole process of generating an XML document from a database query, in response to an HTTP request. The mapping from the DBI database to an XML structure is defined in a template file, also in XML; this template is used not only to turn the data into XML, but also to parse the query string. To the user, the format of the query string is very natural in relation to the XML data which they will receive.

All the methods of this object can take a hash of named parameters instead of a list of parameters.

One DBIx::XMLServer object can process several queries. The following steps take place in processing a query:

The query string is parsed. It contains search criteria together with other options about the format of the returned data.

The search criteria from the query string are converted, using the XML template, into an SQL SELECT statement.

The results of the SQL query are translated into XML, again using the template, and returned to the caller.

DBIx::XMLServer 0.02 Screenshot

Advertisements

DBIx::XMLServer 0.02 Keywords

Bookmark DBIx::XMLServer 0.02

Hyperlink code:
Link for forum:

DBIx::XMLServer 0.02 Copyright

WareSeeker periodically updates pricing and software information of DBIx::XMLServer 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of DBIx::XMLServer 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DBIx::XMLMessage is a Perl module for XML Message exchange between DBI data sources. Free Download
DBIx::XML_RDB is a Perl extension for creating XML from existing DBI datasources. Free Download
DBIx::Wrapper is a Perl module that serves as a wrapper around DBI. Free Download
DBIx::Perlish module provides the ability to work with databases supported by the DBI module. Free Download
DBIx::Frame is a Perl module for creating and maintaining DBI frameworks. Free Download
DBIx::Recordset is a Perl extension for DBI recordsets. Free Download
DBIx::OO::Tree is a Perl module to manipulate hierarchical data using the "nested sets" model. Free Download
DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping. Free Download