Changeset 962 for DCWoRMS/branches


Ignore:
Timestamp:
03/19/13 10:40:34 (12 years ago)
Author:
gosiaw
Message:

Order of elements in computingResource changed (templateId earlier than parameters)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl

    r955 r962  
    143143                        <xsl:copy-of select="@*" /> 
    144144                        <!-- Find nested elements in appropriate order and copy them --> 
     145                         
     146                        <!-- templateId --> 
     147                        <xsl:apply-templates select="templateId" /> 
     148                         
    145149                        <!-- resourceUnit --> 
    146150                        <xsl:apply-templates select="resourceUnit" /> 
     
    191195                        <!-- computingResource --> 
    192196                        <xsl:apply-templates select="computingResource" /> 
    193                          
    194                         <!-- templateId --> 
    195                         <xsl:apply-templates select="templateId" /> 
    196                          
     197                                                 
    197198                </xsl:copy> 
    198199        </xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.