f579a9160c236a6610dd92de3a7389a0099ae4ed
[irspy-moved-to-github.git] / xsl / irspy2zeerex.xsl
1 <?xml version="1.0"?>
2 <!-- $Id: irspy2zeerex.xsl,v 1.1 2006-10-26 13:39:13 sondberg Exp $ -->
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4     version="1.0">
5
6   <xsl:output indent="yes"
7       method="xml"
8       version="1.0"
9       encoding="UTF-8"/>
10
11   <!-- identity stylesheet -->
12   <xsl:template match="/">
13     <xsl:copy-of select="/"/>
14   </xsl:template>
15
16
17 </xsl:stylesheet>