Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Mon, 8 Oct 2012 18:27:15 +0000 (20:27 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 8 Oct 2012 18:27:15 +0000 (20:27 +0200)
etc/solr-pz2.xsl

index bed0c9c..b5d2f75 100644 (file)
@@ -8,6 +8,14 @@
       <xsl:apply-templates></xsl:apply-templates>
   </xsl:template>
 
+  <xsl:template  match="response">
+      <xsl:apply-templates></xsl:apply-templates>
+  </xsl:template>
+
+  <xsl:template  match="records">
+      <xsl:apply-templates></xsl:apply-templates>
+  </xsl:template>
+
   <xsl:template match="doc">
     <pz:record>
       <xsl:apply-templates></xsl:apply-templates>