Added support for Z39.50 character set negotiation. This allows
[yazproxy-moved-to-github.git] / etc / config.xml
index 08985e9..b7721cc 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.11 2005-05-04 08:31:43 adam Exp $ -->
+<!-- $Id: config.xml,v 1.12 2005-05-18 20:15:22 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"
     <attribute type="1" value="1-11,13-1016"/>
     <attribute type="1" value="*" error="114"/>
     <syntax type="opac"/>
-    <syntax type="usmarc"/>
+    <syntax type="usmarc" backendcharset="iso-8859-1"/>
     <syntax type="none"/>
+    <syntax type="sutrs" backendcharset="iso-8859-1"/>
     <syntax type="xml" marcxml="1"/>
     <syntax type="*" error="238"/>
     <preinit>0</preinit>
     <xi:include href="explain.xml"/>
+    <target-charset>iso-8859-1</target-charset>
     <cql2rpn>pqf.properties</cql2rpn>
-    <query-charset>ISO-8859-1</query-charset>
   </target>
   <target name="*">
     <target-timeout>60</target-timeout>
     <client-timeout>30</client-timeout>
     <!-- everything else -->
   </target>
-  <max-clients>50</max-clients>
+  <max-clients>2</max-clients>
   <log>client-requests server-requests</log>
 </proxy>