projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5107068
)
MARC21 to Endnote: omit text garbage.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Oct 2009 11:53:23 +0000
(13:53 +0200)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/etc/marc21_to_endnote.xsl
b/etc/marc21_to_endnote.xsl
index
61905f0
..
7f13408
100644
(file)
--- a/
etc/marc21_to_endnote.xsl
+++ b/
etc/marc21_to_endnote.xsl
@@
-199,4
+199,5
@@
</xsl:call-template>
</xsl:for-each>
</xsl:template>
+ <xsl:template match="text()"/>
</xsl:stylesheet>