|
@@ -47,7 +47,6 @@
|
|
|
<xsl:param name="booleanValueProperty">checked</xsl:param>
|
|
|
<xsl:param name="integerValueProperty">value</xsl:param>
|
|
|
<xsl:param name="floatValueProperty">value</xsl:param>
|
|
|
- <xsl:param name="stringValueProperty">text</xsl:param>
|
|
|
<xsl:param name="pointValueProperty">coordinates</xsl:param>
|
|
|
<xsl:param name="regionValueProperty">coordinates</xsl:param>
|
|
|
<xsl:param name="imageInputValueProperty">currentPath</xsl:param>
|
|
@@ -98,7 +97,7 @@
|
|
|
<xsl:when test="$cliType='integer'"><xsl:value-of select="$integerValueProperty"/></xsl:when>
|
|
|
<xsl:when test="$cliType='float'"><xsl:value-of select="$floatValueProperty"/></xsl:when>
|
|
|
<xsl:when test="$cliType='double'"><xsl:value-of select="$floatValueProperty"/></xsl:when>
|
|
|
- <xsl:when test="$cliType='string'"><xsl:value-of select="$stringValueProperty"/></xsl:when>
|
|
|
+ <xsl:when test="$cliType='string'"><xsl:value-of select="$vectorValueProperty"/></xsl:when>
|
|
|
<xsl:when test="$cliType='point'"><xsl:value-of select="$pointValueProperty"/></xsl:when>
|
|
|
<xsl:when test="$cliType='region'"><xsl:value-of select="$regionValueProperty"/></xsl:when>
|
|
|
<xsl:when test="$cliType='image' and $cliChannel='input'"><xsl:value-of select="$imageInputValueProperty"/></xsl:when>
|