Ignore:
Timestamp:
09/08/06 22:52:04 (6 years ago)
Author:
sys
Message:

WScore : cdata -> sm:fixedString/@value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/_common/sma/xhtmlTransf/common.xsl.xsl

    r6295 r6496  
    451451        <xsl0:template match="sm:minPoints" mode="jsScoreCo">"&lt;span class='<xsl0:value-of select="chaineProtegeJs(@commonClass)"/>'>"+<xsl0:if test="@valueFormat='unsignedNumeric'">Math.abs</xsl0:if>(Math.round(this.fMinPts / <xsl0:value-of select="../../@step"/>) * <xsl0:value-of select="../../@step"/>)+"&lt;/span>"+</xsl0:template> 
    452452        <xsl0:template match="sm:maxPoints" mode="jsScoreCo">"&lt;span class='<xsl0:value-of select="chaineProtegeJs(@commonClass)"/>'>"+<xsl0:if test="@valueFormat='unsignedNumeric'">Math.abs</xsl0:if>(Math.round(this.fMaxPts / <xsl0:value-of select="../../@step"/>) * <xsl0:value-of select="../../@step"/>)+"&lt;/span>"+</xsl0:template> 
    453         <xsl0:template match="text()" mode="jsScoreCo">"<xsl0:value-of select="chaineProtegeJs(.)"/>"+</xsl0:template> 
    454         <xsl0:template match="*" mode="jsScoreCo"/> 
     453        <xsl0:template match="sm:fixedString" mode="jsScoreCo">"<xsl0:value-of select="chaineProtegeJs(@value)"/>"+</xsl0:template> 
     454        <xsl0:template match="node()" mode="jsScoreCo"/> 
    455455         
    456456         
Note: See TracChangeset for help on using the changeset viewer.