Profiles


A profile is the complete description of the operations and formats necessary for one query and related processing. A command line may command the running of one or more profiles.

It should consist of a query section, a format section and a plot section.

<?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="http://www.temblast.com/xsl/dbplot.xsl"?> <dbplotconfig> <group name="QA-Tests"> <profile name="Test1"> <query> ... </query> <format> ... </format> <plot> ... </plot> ... </profile> </group> </dbplotconfig>