Closed tedhabermann closed 9 years ago
Fixed with
<!-- Loop the RecordType to copy element and attributes into new gco namespace -->
<xsl:element name="mrc:attributeDescription">
<xsl:for-each select="./gmd:attributeDescription/gco1:RecordType">
<xsl:element name="gco:RecordType">
<xsl:call-template name="copyAllAttributes"/>
<xsl:value-of select="."/>
</xsl:element>
</xsl:for-each>
</xsl:element>
becomes