Provide example of target auth MP-625
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Aug 2015 08:49:26 +0000 (10:49 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Aug 2015 08:49:26 +0000 (10:49 +0200)
Also update schema, becuase route is optional for target element.

etc/config-simple-multi.xml
xml/schema/filter_multi.rnc

index 2075dec..9acdc8c 100644 (file)
@@ -26,7 +26,9 @@
           <target>z3950.indexdata.com/marc</target>
         </virtual>
       </filter>
-      <filter type="multi"/>
+      <filter type="multi">
+       <target auth="myuser/mypassword">localhost:9999</target>
+      </filter>
       <filter type="z3950_client">
         <timeout>30</timeout>
       </filter>
index 4f04b02..2f6a3c1 100644 (file)
@@ -7,7 +7,7 @@ filter_multi =
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
   element mp:target {
-    attribute route { xsd:string },
+    attribute route { xsd:string }?,
     attribute auth { xsd:string }?,
     xsd:string
   }*,