From 98db99f0e90608d5dcdd0e6adeea38f9d6936e4e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Aug 2015 10:49:26 +0200 Subject: [PATCH] Provide example of target auth MP-625 Also update schema, becuase route is optional for target element. --- etc/config-simple-multi.xml | 4 +++- xml/schema/filter_multi.rnc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/config-simple-multi.xml b/etc/config-simple-multi.xml index 2075dec..9acdc8c 100644 --- a/etc/config-simple-multi.xml +++ b/etc/config-simple-multi.xml @@ -26,7 +26,9 @@ z3950.indexdata.com/marc - + + localhost:9999 + 30 diff --git a/xml/schema/filter_multi.rnc b/xml/schema/filter_multi.rnc index 4f04b02..2f6a3c1 100644 --- a/xml/schema/filter_multi.rnc +++ b/xml/schema/filter_multi.rnc @@ -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 }*, -- 1.7.10.4