Ignore zoomst10
[yaz-moved-to-github.git] / test / tst_record_conv.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2  version="1.0">
3 <!-- Identity transform stylesheet -->
4
5 <xsl:output indent="yes"
6       method="xml"
7       version="1.0"
8       encoding="UTF-8"/>
9
10  <xsl:template match="node()|@*">
11    <xsl:copy>
12      <xsl:apply-templates select="@*|node()"/>
13    </xsl:copy>
14  </xsl:template>
15
16 </xsl:stylesheet>