Changeset 631 for DCWoRMS/trunk/src/test
- Timestamp:
- 11/20/12 10:04:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl
r630 r631 62 62 <xsl:value-of select="$debbComponentId" /> 63 63 </xsl:attribute> 64 65 <!-- Add DEBB information from DEBB Components file --> 64 66 <xsl:choose> 65 67 <xsl:when test="debbComponentFile != ''"> … … 74 76 </xsl:choose> 75 77 76 78 <!-- Iterate children and ask them to translate themselves --> 77 79 <xsl:for-each select="1 to count($tokenizedText)"> 78 80 <xsl:variable name="index" select="." />
Note: See TracChangeset
for help on using the changeset viewer.