1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/p5-XML-Generator-DBI/pkg-descr
Sergey Skvortsov b475653193 Generate SAX events from SQL queries
Submitted by:	Sergey Skvortsov <skv@FreeBSD.org>
AX events from SQL queries
2002-05-27 08:24:53 +00:00

15 lines
593 B
Plaintext

This module generates SAX events from SQL queries against a DBI
connection.
It is a replacement for the outdated DBIx::XML_RDB module. Unlike
DBIx::XML_RDB, it does not create a string directly, instead you have to
use some sort of SAX handler module. If you wish to create a string or
write to a file, use YAWriter. Alternatively you might want to generate
a DOM tree or XML::XPath tree, which you can do with either of those
module's SAX handlers (known as Builders in those distributions).
WWW: http://search.cpan.org/search?dist=XML-Generator-DBI
-- Sergey Skvortsov
skv@FreeBSD.org