• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H18-Aug-2003-346256

ChangesH A D18-Aug-2003667 2317

DBI.pmH A D18-Aug-200320.4 KiB718289

MANIFESTH A D18-Aug-2003126 1211

Makefile.PLH A D18-Aug-2003406 1713

READMEH A D18-Aug-2003536 2316

README

1XML::Generator::DBI
2===================
3
4This module allows you to generate SAX events (and thus XML) from
5DBI database queries. It should be considered a replacement for
6the outdated DBIx::XML_RDB, since it is better in many many ways.
7
8INSTALLATION
9
10In order to run the tests you need DBD::SQLite 0.27 installed, but
11they will run cleanly without DBD::SQLite installed (it just won't
12execute any SQL!).
13
14Then simply do the usual jiggery pokery:
15
16perl Makefile.PL
17make
18make test
19su
20make install
21
22And start plugging SAX stuff together.
23