projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4969c41
)
update retrievalinfo schema
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Mar 2012 08:56:48 +0000
(09:56 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Mar 2012 08:56:48 +0000
(09:56 +0100)
Allow outputcharset (missing and supported for quite some time)
and leaderspec (new in YAZ 4.2.29).
xml/schema/retrievalinfo.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/retrievalinfo.rnc
b/xml/schema/retrievalinfo.rnc
index
a20b220
..
b359e95
100644
(file)
--- a/
xml/schema/retrievalinfo.rnc
+++ b/
xml/schema/retrievalinfo.rnc
@@
-29,7
+29,9
@@
start |= retrievalinfo
marc = element y:marc {
attribute inputformat { xsd:string },
attribute outputformat { xsd:string },
- attribute inputcharset { xsd:string }
+ attribute inputcharset { xsd:string },
+ attribute outputcharset { xsd:string }?,
+ attribute leaderspec { xsd:string }?
}
xslt = element y:xslt {