Changeset 1244
- Timestamp:
- 02/25/08 18:48:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/opale/migrFromOpale2.doss/core/global.xsl
r1115 r1244 141 141 </xsl:call-template> 142 142 <op:uM> 143 <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test=" (count(preceding-sibling::sp:question) + count(following-sibling::sp:question)) >0"/> - <xsl:value-of select="count(preceding-sibling::sp:question) + 1"/></sp:title>143 <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test="count(../sp:question) > 1"> (<xsl:value-of select="count(preceding-sibling::sp:question) + 1"/>)</xsl:if></sp:title> 144 144 </op:uM> 145 145 <sp:quiz> … … 167 167 <xsl:with-param name="pType" select="'error'"/> 168 168 </xsl:call-template> 169 <op:uM> <!-- Remarque : titre obligatoire mais absent d'opale2 -->170 < !-- <sp:title></sp:title> -->169 <op:uM> 170 <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test="count(../sp:question) > 1"> (<xsl:value-of select="count(preceding-sibling::sp:question) + 1"/>)</xsl:if></sp:title> 171 171 </op:uM> 172 172 <sp:quiz>
Note: See TracChangeset
for help on using the changeset viewer.