2 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
3 xmlns:
marc=
"http://www.loc.gov/MARC21/slim"
6 <xsl:output method=
"xml" indent=
"yes" encoding=
"UTF-8"/>
7 <xsl:strip-space elements=
"*"/>
9 <xsl:template match=
"@* | node()">
11 <xsl:apply-templates select=
"@* | node()"/>
15 <xsl:template match=
"marc:datafield[@tag!=995]/marc:subfield[@code=9]"/>