Ignore:
Timestamp:
03/22/13 11:06:41 (12 years ago)
Author:
gosiaw
Message:

fullPath parameters are not added for computingResourceTemplate elements

File:
1 edited

Legend:

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

    r962 r1000  
    153153                         
    154154                        <xsl:variable name="debbFullPath" select="fun:getFullPath(.)"/> 
    155                         <xsl:if test="$debbFullPath != ''"> 
     155                        <xsl:if test="$debbFullPath != '' and name(.) = 'computingResource'"> 
     156                                <!-- fullPath parameter should be added only for computingResource nodes; for computingResourceTemplate it is not needed --> 
    156157                                <xsl:element name="parameter"> 
    157158                                        <xsl:attribute name="name">fullPath</xsl:attribute> 
Note: See TracChangeset for help on using the changeset viewer.