Changeset 962
- Timestamp:
- 03/19/13 10:40:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWoRMSDEBBUpdater.xsl
r955 r962 143 143 <xsl:copy-of select="@*" /> 144 144 <!-- Find nested elements in appropriate order and copy them --> 145 146 <!-- templateId --> 147 <xsl:apply-templates select="templateId" /> 148 145 149 <!-- resourceUnit --> 146 150 <xsl:apply-templates select="resourceUnit" /> … … 191 195 <!-- computingResource --> 192 196 <xsl:apply-templates select="computingResource" /> 193 194 <!-- templateId --> 195 <xsl:apply-templates select="templateId" /> 196 197 197 198 </xsl:copy> 198 199 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.