MARC21 to Endnote: omit text garbage.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 11:53:23 +0000 (13:53 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 11:53:23 +0000 (13:53 +0200)
Match on text nodes to omit text garbage.. Makes this stylesheet
work on OPACXML (with MARC21 embedded) as well.

etc/marc21_to_endnote.xsl

index 61905f0..7f13408 100644 (file)
       </xsl:call-template>
     </xsl:for-each>
   </xsl:template>
+  <xsl:template match="text()"/>
 </xsl:stylesheet>