Changeset 948


Ignore:
Timestamp:
03/12/13 13:08:51 (12 years ago)
Author:
gosiaw
Message:

Copying templates corrected

File:
1 edited

Legend:

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

    r947 r948  
    359359 
    360360        <xsl:template match="templates"> 
    361                 <xsl:apply-templates/>   
     361                <xsl:copy copy-namespaces="no"> 
     362                        <xsl:apply-templates/>   
     363                </xsl:copy> 
     364                 
    362365        </xsl:template> 
    363366         
Note: See TracChangeset for help on using the changeset viewer.