User Manual Chapter 6
6-2 Chapter 6: Configuring the DecisioNet System Environment
XML File Format
XML files use element tags to identify the specific entries or sections
within the file. It is very important that the element tags not be
modified. When changing parameters with an ASCII editor, you need
to locate the parameter in the file and change the parameter setting to
one specific to your site. The following shows the first part of the
DecisioNet Configuration file (dnconfig.xml). The shaded areas
identify the formatting information that should not be changed.
<?xml version="1.0"?>
<!DOCTYPE config SYSTEM "dnconfig.dtd">
<config>
<section name="Ipc">
<!-- <param name="ServerIP">127.0.0.1</param> -->
<param name="TraceLevel">0</param>
</section>
<!-- ************************************************************ -->
<!-- * LogTally Manager Configuration parameters * -->
<!-- ************************************************************ -->
<section name="LogTally Manager">
<!-- Section: LogTally Manager -->
<!-- -->
<!-- SystemLogging -->
<!-- -->
<!-- Specifies whether or not to log to the OS system log. d -->
<!-- -->
<!-- Values: Y(yes) or N(no) -->
<!-- -->
<!-- Default = Y (yes) -->
<param name="SystemLogging">Y</param>
Identifying a Parameter in an XML Format File
All information inside of a greater than (<) and less than (>) symbol is
part of the mark-up language and should not be changed. Only the
parameter entry can be changed and still have the file function
properly. A parameter entry is identified as follows:
<param name="SystemLogging">
Y
</param>