- Timestamp:
- 11/12/12 14:30:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/xml/DEBBComponentTranslator.xsl
r597 r598 2 2 <xsl:stylesheet version="1.0" 3 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:plm="http://www.plmxml.org/Schemas/PLMXMLSchema" 4 xmlns:cim="http://www.coolemall.eu/DEBBComponent"> 4 xmlns:cim="http://www.coolemall.eu/DEBBComponent" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 5 6 <!-- Specification of the output document --> 6 7 <xsl:output method="xml" version="1.0" encoding="UTF-8" … … 8 9 <xsl:template match="/"> 9 10 <xsl:element name="environment"> 11 <xsl:attribute name="xsi:noNamespaceSchemaLocation">DCWormsResSchema.xsd</xsl:attribute> 10 12 <xsl:element name="resources"> 11 13 <xsl:element name="scheduler"></xsl:element>
Note: See TracChangeset
for help on using the changeset viewer.