This module generates SAX events from SQL queries against a DBI connection. The default XML structure created is as follows: <database> <select> <row> <column1>1</column1> <column2>fubar</column2> </row> <row> <column1>2</column1> <column2>intravert<...
MSERGEANT/XML-Generator-DBI-1.00 - 18 Aug 2003 21:17:36 UTCThe XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...
GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 UTCthis package is a class - instance it with the method new...
BLX/XSDSQL_20130411 - 12 Apr 2013 13:28:01 UTCXML::Generator::PerlData provides a simple way to generate SAX2 events from nested Perl data structures, while providing finer-grained control over the resulting document streams. Processing comes in two flavors: Simple Style and Stream Style: In a n...
KHAMPTON/XML-Generator-PerlData-0.95 - 02 Oct 2015 20:33:25 UTCThis is a SAX handler that generates a DOM tree from SAX events. Usage is as above. Input is accepted from any SAX1 or SAX2 event generator....
TJMATHER/XML-GDOME-0.86 - 30 Mar 2004 22:17:58 UTC