Changeset 1033 for DCWoRMS/branches/coolemall/src/test
- Timestamp:
- 03/28/13 10:14:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r1001 r1033 257 257 258 258 <xsl:apply-templates select="powerProfile" /> 259 <xsl:apply-templates select="airThroughputProfile" /> 260 <xsl:apply-templates select="waterThroughputProfile" /> 259 261 </xsl:copy> 260 262 </xsl:template> … … 307 309 </xsl:template> 308 310 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 309 325 <xsl:template match="templates"> 310 326 <xsl:copy copy-namespaces="no">
Note: See TracChangeset
for help on using the changeset viewer.