Update baseuri in sample config
[mp-xquery-moved-to-github.git] / doc / xquery.xml
index fec1184..7f6350e 100644 (file)
@@ -49,7 +49,7 @@
     <varlistentry><term>&lt;record name="var"/&gt;</term>
      <listitem>
       <para>
-       The name of the XQUery variable where the input XML record
+       The name of the XQuery variable where the input XML record
        is stored.
        This is required and should be set exactly once.
       </para>
   <para>
    Configuration for converting MARCXML to BIBFRAME.
    <screen><![CDATA[
-    <filter type="xquery">
-      <elementset name="bibframe" backend="marcxml"/>
-      <script name="/usr/share/marc2bibframe/xbin/zorba3-0.xqy"/>
-      <record name="marcxmluri"/>
-      <variable name="serialization" value="rdxml"/>
-      <variable name="baseuri" value="http://base/"/>
-    </filter>
+<filter type="xquery">
+  <elementset name="bibframe" backend="marcxml"/>
+  <script name="/usr/share/marc2bibframe/xbin/zorba3-0.xqy"/>
+  <record name="marcxmluri"/>
+  <variable name="serialization" value="rdxml"/>
+  <variable name="baseuri" value="http://id.loc.gov/resources/bibs/"/>
+  <variable name="usebnodes" value="true"/>
+</filter>
 ]]>
    </screen>
   </para>