|
|
@@ -374,6 +374,9 @@
|
|
|
<xsl:when test="$type='FormulaField'">
|
|
|
<xsl:value-of select="concat('$V{',substring($value,2),'}')" />
|
|
|
</xsl:when>
|
|
|
+ <xsl:when test="$type='PromptVarField'">
|
|
|
+ <xsl:value-of select="concat('$V{',substring($value,2),'}')" />
|
|
|
+ </xsl:when>
|
|
|
<xsl:when test="$type='SpecialVarField'">
|
|
|
<xsl:value-of select="concat('$V{',$value,'}')" />
|
|
|
</xsl:when>
|