Changeset 6768
- Timestamp:
- 10/05/06 10:25:53 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/ss/organisation/compositionPrim.ss.xml
r6184 r6768 93 93 <attrRef nm="iconTag" refUri="{.}"/> 94 94 </xsl:for-each> 95 <xsl:for-each select="sm:structure//sm:part"> 96 <xsl:if test="preceding::sm:part[@code=current()/@code]"> 97 <cPbs> 98 <pb typ="Error" cd="partDouble" msg="Le code de part '{@code}' est spécifié deux fois."/> 99 </cPbs> 100 </xsl:if> 101 </xsl:for-each> 95 102 </xsl:template> 96 103 </xsl:stylesheet>