Fix query_rewrite config example
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2012 08:56:31 +0000 (10:56 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2012 08:56:31 +0000 (10:56 +0200)
doc/query_rewrite.xml

index a3b0bc7..caa296f 100644 (file)
@@ -54,7 +54,7 @@
    A typical configuration looks like this:
    <screen><![CDATA[
    <filter type="query_rewrite">
-    <xslt>pqf2pqf.xsl</xslt>
+    <xslt stylesheet="pqf2pqf.xsl">
    </filter>
 ]]>
    </screen>