Changeset 649 for DCWoRMS/trunk/src
- Timestamp:
- 11/21/12 15:02:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/xml/DCWoRMSELementsSorter.xsl
r647 r649 42 42 </xsl:template> 43 43 44 <xsl:template match="resourceUnit ">44 <xsl:template match="resourceUnit | parameter | profile | location"> 45 45 <xsl:copy-of select="." copy-namespaces="no" /> 46 46 </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>--> 56 56 57 57 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.