lr_report_cfg2xml(1) Convert old style report configuration to XML

SYNOPSIS


lr_report_cfg2xml I<supservice> I<name> I<report_cfg_file> > I<xml_spec_file>

DESCRIPTION

The lr_report_cfg2xml command converts a report configuration file as used with Lire version 1.5 and below to a report configuration template.

The script takes three mandatory arguments:

superservice
The superservice used by the report configuration file.
name
The name of the template that will be generated.
report_cfg_file
The report configuration file to convert.

It writes on STDOUT a Lire Configuration Specification file. This specification file contains one report-config element named name. Its default value will be identical to the content of the report configuration file. If you install that file in the sharedir/lire/templates, you will be able to instantiate report configuration using that template from the lire(1) interface.

VERSION

$Id: lr_report_cfg2xml.in,v 1.4 2006/07/23 13:16:33 vanbaal Exp $

AUTHOR

 Francis J. Lacoste <[email protected]>

COPYRIGHT

Copyright (C) 2004 Stichting LogReport Foundation [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html.