Changeset 1000 for DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml
- Timestamp:
- 03/22/13 11:06:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r962 r1000 153 153 154 154 <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 --> 156 157 <xsl:element name="parameter"> 157 158 <xsl:attribute name="name">fullPath</xsl:attribute>
Note: See TracChangeset
for help on using the changeset viewer.