Koha/etc/z3950/config.xml
2022-10-24 18:52:35 -03:00

18 lines
665 B
XML

<yazgfs>
<!-- See z3950_responder.pl for available options. The options -c, -u and -p are already passed automatically by koha-z3950-responder -->
<!--
<z3950_responder_options>\-\-add-item-status k -t 5</z3950_responder_options>
-->
<listen id="public">tcp:@:2100</listen>
<server>
<cql2rpn>pqf.properties</cql2rpn>
<explain xmlns="http://explain.z3950.org/dtd/2.0/">
<retrievalinfo>
<retrieval syntax="usmarc" name="marc21"/>
<retrieval syntax="unimarc" name="unimarc"/>
<retrieval syntax="xml" name="marcxml" identifier="info:srw/schema/1/marcxml-v1.1"/>
</retrievalinfo>
</explain>
</server>
</yazgfs>