- Timestamp:
- 02/19/13 13:38:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r847 r876 37 37 <xsl:copy> 38 38 <xsl:copy-of select="@*" /> 39 <xsl:apply-templates select="$nestedDoc//timeEstimationPlugin" /> 39 40 <xsl:apply-templates select="resources" /> 40 41 </xsl:copy> … … 51 52 </xsl:copy> 52 53 </xsl:template> 54 55 <xsl:template match="timeEstimationPlugin"> 56 <xsl:element name="timeEstimationPlugin"> 57 <xsl:element name="name"> 58 <xsl:value-of select="name" /> 59 </xsl:element> 60 </xsl:element> 61 </xsl:template> 62 53 63 54 64 <xsl:template match="schedulingPlugin"> … … 74 84 <xsl:variable name="xpath">$rootDoc//computingResource[@class=<xsl:value-of select="$resourceClass"/> and @type=<xsl:value-of select="$resourceType"/>]</xsl:variable> 75 85 <!-- <xsl:value-of select="$xpath"></xsl:value-of>--> 86 87 <!-- TODO: Names are ignored now, for simplicity. Should be changed! --> 76 88 <xsl:choose> 77 89 <xsl:when test="$resourceClass != '' and $resourceType != ''"> … … 91 103 </xsl:template> 92 104 105 <xsl:template match="energyEstimationPlugin"> 106 </xsl:template> 107 93 108 <xsl:template match="computingResource"> 94 109 <xsl:copy copy-namespaces="no">
Note: See TracChangeset
for help on using the changeset viewer.