recommend to install debina packages yaz and libyaz4-dev
[irspy-moved-to-github.git] / zebra / zeerex2noauth.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet
3     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4     xmlns:ex="http://explain.z3950.org/dtd/2.0/"
5     version="1.0">
6
7   <xsl:output indent="yes"
8         method="xml"
9         version="1.0"
10         encoding="UTF-8"/>
11
12   <xsl:template match="node() | @*">
13     <xsl:copy>
14       <xsl:apply-templates select="@* | node()"/> 
15     </xsl:copy>
16   </xsl:template>
17
18   <!-- Suppress authentication info -->
19   <xsl:template match="/ex:explain/ex:serverInfo/ex:authentication"/>
20
21 </xsl:stylesheet>