Changeset 649 for DCWoRMS


Ignore:
Timestamp:
11/21/12 15:02:19 (12 years ago)
Author:
gosiaw
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/DEBBTranslator/xml/DCWoRMSELementsSorter.xsl

    r647 r649  
    4242        </xsl:template> 
    4343 
    44         <xsl:template match="resourceUnit"> 
     44        <xsl:template match="resourceUnit | parameter | profile | location"> 
    4545                <xsl:copy-of select="." copy-namespaces="no" /> 
    4646        </xsl:template> 
    47         <xsl:template match="parameter"> 
    48                 <xsl:copy-of select="." copy-namespaces="no" /> 
    49         </xsl:template> 
    50         <xsl:template match="profile"> 
    51                 <xsl:copy-of select="." copy-namespaces="no" /> 
    52         </xsl:template> 
    53         <xsl:template match="location"> 
    54                 <xsl:copy-of select="." copy-namespaces="no" /> 
    55         </xsl:template> 
     47<!--    <xsl:template match="parameter">--> 
     48<!--            <xsl:copy-of select="." copy-namespaces="no" />--> 
     49<!--    </xsl:template>--> 
     50<!--    <xsl:template match="profile">--> 
     51<!--            <xsl:copy-of select="." copy-namespaces="no" />--> 
     52<!--    </xsl:template>--> 
     53<!--    <xsl:template match="location">--> 
     54<!--            <xsl:copy-of select="." copy-namespaces="no" />--> 
     55<!--    </xsl:template>--> 
    5656 
    5757</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.