Bug 15208: Followup to reorder words
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / xslt / Del9LinksExcept995.xsl
blob20a0e4c4abc80766c1d82e5c630515986db4ff51
1 <xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:marc="http://www.loc.gov/MARC21/slim"
4 version="1.0">
6 <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
7 <xsl:strip-space elements="*"/>
9 <xsl:template match="@* | node()">
10 <xsl:copy>
11 <xsl:apply-templates select="@* | node()"/>
12 </xsl:copy>
13 </xsl:template>
15 <xsl:template match="marc:datafield[@tag!=995]/marc:subfield[@code=9]"/>
16 </xsl:stylesheet>