NeptuneLabs FSI Viewer JS User Manual page 190

Table of Contents

Advertisement

be recognized by FSI Viewer. Configuration files do not need to contain all
groups though. Each parameter has to be provided as an individual XML child
node of a group where the node name is the parameter name and the
parameter value needs to be provided as "value" attribute of the node.
Structure of XML configuration files
<fsi_parameter>
<image>
<parameter value="" />
</image>
<plugins>
<parameter value="" />
</plugins>
<options>
<parameter value="" />
</options>
</fsi_parameter>
Simple XML configuration file
<fsi_parameter>
<image>
</image>
<options>
</options>
</fsi_parameter>
Please keep in mind the following rules when using XML configuration files:
attribute values must be provided in double quotes
l
the last occurrence of a given parameter will be used
l
configuration files might be cached by your browser, so that changes in
l
these files require flushing the browser cache. This does not apply
when using the debug mode.
make sure to save configuration files in UTF- 8 format if your
l
configuration file contains language specific diacritics, Japanese
characters and alike
NeptuneLabs - FSI Viewer
<path value="samples/Watch.jpg" />
<skin value="silver" /><
debug value="1" />
8 FSI Viewer
190

Advertisement

Table of Contents
loading

Table of Contents