From 834a56072ae148a50f689837c777cdd3b6c1680a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Mar 2012 16:59:34 +0100 Subject: [PATCH] Update scheme for XSLT parms This is actually supported in next YAZ version --- etc/retrieval-info.xml | 4 +++- xml/schema/retrievalinfo.rnc | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 { -- 1.7.10.4