Changeset 1033 for DCWoRMS/branches


Ignore:
Timestamp:
03/28/13 10:14:44 (12 years ago)
Author:
gosiaw
Message:

Translation of profile corrected.

File:
1 edited

Legend:

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

    r1001 r1033  
    257257                         
    258258                        <xsl:apply-templates select="powerProfile" /> 
     259                        <xsl:apply-templates select="airThroughputProfile" /> 
     260                        <xsl:apply-templates select="waterThroughputProfile" /> 
    259261                </xsl:copy> 
    260262        </xsl:template> 
     
    307309        </xsl:template> 
    308310 
     311        <xsl:template match="airThroughputProfile"> 
     312                <xsl:copy copy-namespaces="no"> 
     313                        <!-- Copy all children of airThroughputProfile --> 
     314                        <xsl:copy-of select="@*|node()" /> 
     315                </xsl:copy>              
     316        </xsl:template> 
     317 
     318        <xsl:template match="waterThroughputProfile"> 
     319                <xsl:copy copy-namespaces="no"> 
     320                        <!-- Copy all children of waterThroughputProfile --> 
     321                        <xsl:copy-of select="@*|node()" /> 
     322                </xsl:copy>              
     323        </xsl:template> 
     324         
    309325        <xsl:template match="templates"> 
    310326                <xsl:copy copy-namespaces="no"> 
Note: See TracChangeset for help on using the changeset viewer.