Ignore:
Timestamp:
02/27/13 09:16:44 (12 years ago)
Author:
gosiaw
Message:

Ignoring scheduling plugins, it there are more than one.

File:
1 edited

Legend:

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

    r881 r889  
    4848                                <xsl:attribute name="class">Cluster</xsl:attribute> 
    4949                                <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]" /> 
    5154                        </xsl:element> 
    5255                </xsl:copy> 
     
    159162                        <xsl:variable name="resourceType" select="../../@type"></xsl:variable> 
    160163                        <xsl:variable name="resourceName" select="../../@name"></xsl:variable> 
     164                         
    161165                        <xsl:choose> 
    162166                                <xsl:when test="$resourceType != ''"> 
Note: See TracChangeset for help on using the changeset viewer.