2 <!-- $Id: config.xml,v 1.4 2004-07-02 12:37:56 adam Exp $ -->
3 <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.8/"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://indexdata.dk/yazproxy/schema/0.8/ yazproxy.xsd"
7 <!-- Config can be checked with xerces-c++: PParse -n -s config.xml -->
8 <target name="bagel" default="1">
9 <url>indexdata.dk</url>
10 <target-timeout>240</target-timeout>
11 <client-timeout>180</client-timeout>
13 <bandwidth>1000000</bandwidth>
16 <limit><!-- per minute limits .. -->
17 <bandwidth>2000000</bandwidth>
19 <retrieve>100</retrieve>
21 <attribute type="1" value="1-11,13-1016"/>
22 <attribute type="1" value="*" error="114"/>
24 <syntax type="usmarc"/>
26 <syntax type="xml" marcxml="1"/>
27 <syntax type="*" error="238"/>
29 <explain xmlns="http://explain.z3950.org/dtd/2.0/">
31 <host>indexdata.dk</host>
33 <database>Default</database>
36 <cql2rpn>pqf.properties</cql2rpn>
38 <target name="localhost">
39 <url>localhost:9999</url>
40 <target-timeout>300</target-timeout>
41 <client-timeout>180</client-timeout>
42 <keepalive/> <!-- keepalive enabled -->
43 <limit><!-- limits .. -->
44 <bandwidth>50000</bandwidth>
46 <retrieve>50</retrieve>
48 <attribute type="1" value="1-1023"/>
49 <attribute type="1" value="*" error="114"/>
50 <syntax type="usmarc"/>
52 <syntax type="xml" marcxml="1" stylesheet="MARC21slim2SRWDC.xsl"
53 identifier="info:srw/schema/1/dc-v1.1"
57 <syntax type="xml" marcxml="1"
58 identifier="info:srw/schema/1/marcxml-v1.1"
62 <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS.xsl"
63 identifier="http://www.loc.gov/mods"
67 <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS3.xsl"
68 identifier="info:srw/schema/1/mods-v3.0"
73 <syntax type="*" error="238"/>
75 <cql2rpn>pqf.properties</cql2rpn>
78 <!-- everything else -->
80 <max-clients>50</max-clients>
81 <log>client-requests server-requests</log>