Index: update-fixed-info.xsl
===================================================================
--- update-fixed-info.xsl	(revision 3824)
+++ update-fixed-info.xsl	(working copy)
@@ -147,7 +147,7 @@
 				</xsl:when>
 			</xsl:choose>
 			<xsl:apply-templates select="gco:CharacterString"/>
-			<xsl:copy-of select="*[name(.)!='gco:CharacterString']"/>
+			<xsl:apply-templates select="*[not(self::gco:CharacterString)]"/>
 		</xsl:copy>
 	</xsl:template>
 
@@ -249,7 +249,7 @@
 
 	<!-- ================================================================= -->
 
-  <xsl:template match="gmx:FileName[name(..)!='gmd:contactInstructions']">
+  <xsl:template match="gmx:FileName[name(..)!='gmd:contactInstructions ']">
     <xsl:copy>
 			<xsl:attribute name="src">
 				<xsl:choose>
