8 FSI Viewer
191
NeptuneLabs - FSI Viewer
You can comment on or disable sections of an XML configuration file using the
usual XML comment syntax:
Comments and disabling parameters temporarily
<image>
<!—- This is a comment -->
<path value="image.tif" />
<!-- The following section will be ignored -->
<!--
<path value="anotherimage.tif" />
-->
</image>
8.10.2 Using HTTP Queries
In addition to using XML configuration files you can define FSI parameters by
adding a HTTP query to the URL of the FSI Viewer movie clip. In this case
parameters have to be provided in the following form:
Parameter1=Value1&Parameter2=Value2…
Characters that are not URL compatible such as "/ ", "% "and
"& "within the values need to be "URL-encoded.
Due to the missing possibility to define parameter groups when providing FSI
parameters by HTTP query you have to prefix parameters with the name of the
parameter group they belong to.
Prefixing parameters with group names
XML Syntax:
<image>
<path value="foo.tif" />
<servertype value="fsi" />
</image>
Equivalent HTTP Query: