Ignore:
Timestamp:
09/09/06 11:54:24 (6 years ago)
Author:
sys
Message:

implémentation WSolution dans MLQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_assmntUnitMlqXhtmlTransf/xhtmlContent.xsl.xsl

    r6496 r6499  
    299299                </xsl0:element> 
    300300        </xsl0:template> 
     301        <xsl0:template match="sm:WSolution" mode="contentTpl"> 
     302                <xsl0:element name="{si(@tagName, @tagName, 'div')}"> 
     303                        <xsl0:call-template name="smIdW"/> 
     304                        <xsl0:call-template name="attClass"/> 
     305                        <xsl0:apply-templates mode="contentTpl"/> 
     306                </xsl0:element> 
     307        </xsl0:template> 
    301308        <xsl0:template match="sm:forGroup" mode="contentTpl"> 
    302309                <xsl:for-each select="sc:group"> 
     
    307314                <xsl:for-each select="$vLabels"> 
    308315                        <xsl:sort select="java:java.lang.Math.random()" data-type="number"/> 
     316                        <xsl0:apply-templates mode="contentTpl"/> 
     317                </xsl:for-each> 
     318        </xsl0:template> 
     319        <xsl0:template match="sm:forLabel" mode="contentTpl"> 
     320                <xsl:for-each select="sc:label"> 
    309321                        <xsl0:apply-templates mode="contentTpl"/> 
    310322                </xsl:for-each> 
Note: See TracChangeset for help on using the changeset viewer.