Changeset 6474
- Timestamp:
- 09/07/06 17:58:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf.xml
r5459 r6474 156 156 </xsl:template> 157 157 <xsl:template match="sm:fieldValue[@prefixIfExist or @suffixIfExist]"> 158 <c:if type="xpath-statique" test=" sp:{@refCode}"><xsl:value-of select="@prefixIfExist"/><c:donnee type="xpath-statique">sp:<xsl:value-of select="@refCode"/></c:donnee><xsl:value-of select="@suffixIfExist"/></c:if>158 <c:if type="xpath-statique" test="boolean(sp:{@refCode})"><xsl:value-of select="@prefixIfExist"/><c:donnee type="xpath-statique">sp:<xsl:value-of select="@refCode"/></c:donnee><xsl:value-of select="@suffixIfExist"/></c:if> 159 159 </xsl:template> 160 160 <xsl:template match="sm:fieldValue"> … … 235 235 </xsl:template> 236 236 <xsl:template match="sm:fieldValue[@prefixIfExist or @suffixIfExist]"> 237 <c:if type="xpath-statique" test=" sp:{@refCode}"><xsl:value-of select="@prefixIfExist"/><c:donnee type="xpath-statique">sp:<xsl:value-of select="@refCode"/></c:donnee><xsl:value-of select="@suffixIfExist"/></c:if>237 <c:if type="xpath-statique" test="boolean(sp:{@refCode})"><xsl:value-of select="@prefixIfExist"/><c:donnee type="xpath-statique">sp:<xsl:value-of select="@refCode"/></c:donnee><xsl:value-of select="@suffixIfExist"/></c:if> 238 238 </xsl:template> 239 239 <xsl:template match="sm:fieldValue">
Note: See TracChangeset
for help on using the changeset viewer.