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 one or more level sections.

<?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="http://www.temblast.com/xsl/dbsubst.xsl"?> <dbsubstconfig> <group name="Indexes"> <profile name="Alphabetic"> <query> ... </query> <format> ... </format> <level name="0"> ... </level> ... </profile> </group> </dbsubstconfig>