Changeset 947 for DCWoRMS/branches/coolemall/src
- Timestamp:
- 03/12/13 12:54:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r927 r947 40 40 <xsl:apply-templates select="$nestedDoc//timeEstimationPlugin" /> 41 41 <xsl:apply-templates select="resources" /> 42 <xsl:apply-templates select="templates"/> 42 43 </xsl:copy> 43 44 </xsl:template> … … 357 358 </xsl:template> 358 359 360 <xsl:template match="templates"> 361 <xsl:apply-templates/> 362 </xsl:template> 363 359 364 <xsl:template match="@*|node()"> 360 365 <xsl:copy>
Note: See TracChangeset
for help on using the changeset viewer.