Changeset 947 for DCWoRMS/branches


Ignore:
Timestamp:
03/12/13 12:54:04 (12 years ago)
Author:
gosiaw
Message:

Copy of templates added

File:
1 edited

Legend:

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

    r927 r947  
    4040                        <xsl:apply-templates select="$nestedDoc//timeEstimationPlugin" /> 
    4141                        <xsl:apply-templates select="resources" /> 
     42                        <xsl:apply-templates select="templates"/> 
    4243                </xsl:copy> 
    4344        </xsl:template> 
     
    357358        </xsl:template> 
    358359 
     360        <xsl:template match="templates"> 
     361                <xsl:apply-templates/>   
     362        </xsl:template> 
     363         
    359364        <xsl:template match="@*|node()"> 
    360365                <xsl:copy> 
Note: See TracChangeset for help on using the changeset viewer.