NAME XSQL - A perl module for building XML from SQL query SYNOPSIS use PXSQL::XSQL; use CGI qw(:standard); use DBI; use DBD::Pg; my $XSQL_ROOT_DIR = '/usr/local/apache/cgi-bin/PXSQL/examples'; # Load the configuration file containing the template aliases my %XSL = &PXSQL::XSQL::load_templates("./template.lst"; # Display an error message when a template doesn't exists if ( !exists $aliases{$template} ) { print $cgi->header(-type=>'text/html', -status => '404 Not Found'), $cgi->start_html(-title=>'404 Not Found'), qq{