Ignore:
Timestamp:
11/12/12 14:30:47 (12 years ago)
Author:
gosiaw
Message:

Namespace attributes added to environment element.

File:
1 edited

Legend:

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

    r597 r598  
    22<xsl:stylesheet version="1.0" 
    33        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"> 
    56        <!-- Specification of the output document --> 
    67        <xsl:output method="xml" version="1.0" encoding="UTF-8" 
     
    89        <xsl:template match="/"> 
    910                <xsl:element name="environment"> 
     11                        <xsl:attribute name="xsi:noNamespaceSchemaLocation">DCWormsResSchema.xsd</xsl:attribute> 
    1012                        <xsl:element name="resources"> 
    1113                                <xsl:element name="scheduler"></xsl:element> 
Note: See TracChangeset for help on using the changeset viewer.