projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb212c1
)
Fix query_rewrite config example
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Oct 2012 08:56:31 +0000
(10:56 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Oct 2012 08:56:31 +0000
(10:56 +0200)
doc/query_rewrite.xml
patch
|
blob
|
history
diff --git
a/doc/query_rewrite.xml
b/doc/query_rewrite.xml
index
a3b0bc7
..
caa296f
100644
(file)
--- a/
doc/query_rewrite.xml
+++ b/
doc/query_rewrite.xml
@@
-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>