1 <xsl:stylesheet version=
"1.0"
2 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
3 xmlns:
marc=
"http://www.loc.gov/MARC21/slim"
5 <xsl:output method=
"xml" encoding=
"UTF-8" version=
"1.0" indent=
"yes"/>
7 <xsl:template match=
"/">
11 <xsl:template match=
"node()">
13 <xsl:copy-of select=
"@*"/>
14 <xsl:apply-templates/>