Changeset 631 for DCWoRMS/trunk


Ignore:
Timestamp:
11/20/12 10:04:12 (12 years ago)
Author:
gosiaw
Message:

More comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl

    r630 r631  
    6262                        <xsl:value-of select="$debbComponentId" /> 
    6363                </xsl:attribute> 
     64                 
     65                <!-- Add DEBB information from DEBB Components file --> 
    6466                <xsl:choose> 
    6567                        <xsl:when test="debbComponentFile != ''"> 
     
    7476                </xsl:choose> 
    7577 
    76  
     78                <!-- Iterate children and ask them to translate themselves --> 
    7779                <xsl:for-each select="1 to count($tokenizedText)"> 
    7880                        <xsl:variable name="index" select="." /> 
Note: See TracChangeset for help on using the changeset viewer.