4 <target default="1" name="voyager">
5 <!-- default target -->
6 <url>z3950.loc.gov:7094/voyager</url>
7 <keepalive>1</keepalive>
8 <limit><!-- limits .. -->
9 <bandwidth>200000</bandwidth>
11 <retrieve>20</retrieve>
13 <query type="1" value="10" error="114"/>
14 <target-timeout>120</target-timeout>
15 <client-timeout>20</client-timeout>
17 <target name="localhost">
18 <url>localhost:9999</url>
19 <keepalive>0</keepalive>
20 <limit><!-- limits .. -->
21 <bandwidth>50000</bandwidth>
23 <retrieve>10</retrieve>
25 <query type="1" value="10,1023-9000" error="114"/>
28 <!-- everything else -->
30 <max-clients>1</max-clients>