From: Adam Dickmeiss Date: Thu, 8 Mar 2012 15:59:34 +0000 (+0100) Subject: Update scheme for XSLT parms X-Git-Tag: v1.3.26~12 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=834a56072ae148a50f689837c777cdd3b6c1680a;p=metaproxy-moved-to-github.git Update scheme for XSLT parms This is actually supported in next YAZ version --- diff --git a/etc/retrieval-info.xml b/etc/retrieval-info.xml index 04629c3..64459e8 100644 --- a/etc/retrieval-info.xml +++ b/etc/retrieval-info.xml @@ -21,7 +21,9 @@ - + + + diff --git a/xml/schema/retrievalinfo.rnc b/xml/schema/retrievalinfo.rnc index b359e95..d4a2573 100644 --- a/xml/schema/retrievalinfo.rnc +++ b/xml/schema/retrievalinfo.rnc @@ -35,7 +35,11 @@ marc = element y:marc { } xslt = element y:xslt { - attribute stylesheet { xsd:string } + attribute stylesheet { xsd:string }, + element y:param { + attribute name {xsd:string}, + attribute value {xsd:string} + }* } usemarcon = element y:usemarcon {