Changeset 850 for DCWoRMS/trunk/simulator/xslt/task2resreq.xslt
- Timestamp:
- 02/14/13 07:02:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/simulator/xslt/task2resreq.xslt
r477 r850 79 79 <!-- =====================================================================================================================--> 80 80 <xsl:template match="execution" mode="COPY_OF_MODE"> 81 <xsl:if test="stageInOut">82 81 <xsl:element name="execution"> 83 <xsl:apply-templates select="stageInOut" mode="COPY_OF_MODE"/> 82 <xsl:apply-templates select="resourceConsumptionProfile" mode="COPY_OF_MODE"/> 83 <xsl:apply-templates select="stdin" mode="COPY_OF_MODE"/> 84 <xsl:apply-templates select="stdout" mode="COPY_OF_MODE"/> 84 85 </xsl:element> 85 </xsl:if>86 86 </xsl:template> 87 87 <!-- =====================================================================================================================-->
Note: See TracChangeset
for help on using the changeset viewer.