Ignore:
Timestamp:
07/15/13 16:50:04 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/simulator/xslt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/simulator/xslt/extract_job_id.xslt

    r477 r1135  
    55 
    66        <xsl:template match="/"> 
    7                 <xsl:value-of select="qcgJob/@appId"/> 
     7                <xsl:value-of select="job/@id"/> 
    88        </xsl:template> 
    99                 
  • DCWoRMS/branches/coolemall/simulator/xslt/job_postprocessing.xslt

    r477 r1135  
    1818        </xsl:template> 
    1919         
    20         <xsl:template match="//task[@taskId=$TASK_ID]" mode="COPY_OF_MODE"> 
     20        <xsl:template match="//task[@id=$TASK_ID]" mode="COPY_OF_MODE"> 
    2121                <xsl:element name="task"> 
    2222                        <xsl:copy-of select="@*"/> 
  • DCWoRMS/branches/coolemall/simulator/xslt/task2resreq.xslt

    r883 r1135  
    2525                 
    2626                        <xsl:attribute name="jobId"><xsl:value-of select="$JOB_ID"/></xsl:attribute> 
    27                         <xsl:attribute name="taskId"><xsl:value-of select="@taskId"/></xsl:attribute> 
     27                        <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> 
    2828                        <xsl:attribute name="userDN"><xsl:value-of select="$USER_DN"/></xsl:attribute> 
    2929                        <xsl:attribute name="submissionTime"><xsl:value-of select="$SUBMISSION_TIME"/></xsl:attribute> 
Note: See TracChangeset for help on using the changeset viewer.