Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <xsl:template match="GM03Comprehensive.Comprehensive.MD_FeatureCatalogueDescription">
- <che:CHE_MD_FeatureCatalogueDescription>
- <xsl:apply-templates/>
- <xsl:apply-templates mode="Content" select="modelType"/>
- </che:CHE_MD_FeatureCatalogueDescription>
- </xsl:template>
- <xsl:template match="complianceCode|includedWithDataset">
- <xsl:element name="{local-name()}">
- <gco:Boolean>
- <xsl:value-of select="."/>
- </gco:Boolean>
- </xsl:element>
- </xsl:template>
- <xsl:template match="dataModel[GM03Core.Core.PT_FreeURL]">
- <che:dataModel xsi:type="che:PT_FreeURL_PropertyType">
- <xsl:apply-templates mode="language" select="GM03Core.Core.PT_FreeURL"/>
- </che:dataModel>
- <xsl:apply-templates mode="Content" select="modelType"/>
- </xsl:template>
- <xsl:template match="dataModel[not(GM03Core.Core.PT_FreeURL)]">
- <URL><xsl:value-of select="."/></URL>
- </xsl:template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement