Changeset 889 for DCWoRMS/trunk/src
- Timestamp:
- 02/27/13 09:16:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r881 r889 48 48 <xsl:attribute name="class">Cluster</xsl:attribute> 49 49 <xsl:attribute name="name">cluster</xsl:attribute> 50 <xsl:apply-templates select="$nestedDoc//schedulingPlugin" /> 50 <!-- In first version, for simplicity, we assume we have only 51 one scheduler and one scheduling plugin. If $additionalInformationFileName 52 contains more than one, the rest is ignored --> 53 <xsl:apply-templates select="$nestedDoc//schedulingPlugin[1]" /> 51 54 </xsl:element> 52 55 </xsl:copy> … … 159 162 <xsl:variable name="resourceType" select="../../@type"></xsl:variable> 160 163 <xsl:variable name="resourceName" select="../../@name"></xsl:variable> 164 161 165 <xsl:choose> 162 166 <xsl:when test="$resourceType != ''">
Note: See TracChangeset
for help on using the changeset viewer.