Added support for character set conversion of query terms. The XML
[yazproxy-moved-to-github.git] / etc / config.xml
index da92156..08985e9 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.7 2004-11-09 14:24:22 adam Exp $ -->
-<proxy xmlns="http://indexdata.dk/yazproxy/schema/0.8/"
+<!-- $Id: config.xml,v 1.11 2005-05-04 08:31:43 adam Exp $ -->
+<proxy xmlns="http://indexdata.dk/yazproxy/schema/0.9/"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://indexdata.dk/yazproxy/schema/0.8/ yazproxy.xsd"
->
+ xsi:schemaLocation="http://indexdata.dk/yazproxy/schema/0.9/ yazproxy.xsd"
+  >
 <!-- Config can be checked with xerces-c++: PParse -n -s config.xml -->
   <target name="localhost" default="1">
     <url>localhost:9999</url>
@@ -29,7 +29,7 @@
     <preinit>0</preinit>
     <xi:include href="explain.xml"/>
     <cql2rpn>pqf.properties</cql2rpn>
-    <authentication>adam/x</authentication>
+    <query-charset>ISO-8859-1</query-charset>
   </target>
   <target name="*">
     <target-timeout>60</target-timeout>