Changeset 963 for DCWoRMS/branches/coolemall/src/test
- Timestamp:
- 03/19/13 10:40:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl
r952 r963 77 77 78 78 <!-- Find corresponding ProductRevisionView and let it translate itself --> 79 <!-- <xsl:apply-templates-->80 <!-- select="//plm:ProductRevisionView[@id=$productInstanceId]" />-->81 79 <xsl:apply-templates select="//plm:ProductRevisionView[@id=$productInstanceId]" mode="createHierarchy"/> 82 80 … … 121 119 </xsl:element> 122 120 </xsl:element> 123 </xsl:if> 121 </xsl:if> 122 123 124 124 </xsl:element> 125 125 </xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.