From 82ff4d3d947dadc67459dfe16da2d13891fb7426 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 28 Feb 2008 09:40:42 +0000 Subject: [PATCH] Document mask for name in retrieval --- doc/tools.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/tools.xml b/doc/tools.xml index 0087494..4cfcf1d 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -2103,7 +2103,10 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f); Defines the name of the retrieval format. This can be any string. For SRU, the value, is equivalent to schema (short-hand); - for Z39.50 it's equivalent to simple element set name. + for Z39.50 it's equivalent to simple element set name. + For YAZ 3.0.24 and later this name may be specified as a glob + expression with operators + * and ?. -- 1.7.10.4