Pazpar2 1.4.4-2 for squeeze
[pazpar2-moved-to-github.git] / perf / bash / get_session.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0"
3   xmlns:marc="http://www.loc.gov/MARC21/slim"
4   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5   >
6   <xsl:output method="text"/>
7   <xsl:strip-space elements="*"/>
8  
9   <xsl:template match="session">
10      <xsl:value-of select="."/>
11   </xsl:template> 
12   <xsl:template match="text()"/>
13 </xsl:stylesheet>