X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fgfs-virtual.xml;h=c866173e73efa77c16546d7ddbd9b282ab22cfdc;hb=e4ef95b2ccfe88d7049543664f00e5fda957dd0c;hp=340b641d6f966c0d3b95bb9546a345814d7f1369;hpb=162d5174d5fa510c0ee6810ae6bc0ee5f7c6fd61;p=yaz-moved-to-github.git diff --git a/doc/gfs-virtual.xml b/doc/gfs-virtual.xml index 340b641..c866173 100644 --- a/doc/gfs-virtual.xml +++ b/doc/gfs-virtual.xml @@ -1,5 +1,5 @@ @@ -134,6 +134,30 @@ + + element stylesheet (optional) + + + Specifies the stylesheet reference to be part of SRU HTTP responses + when the client does not specify one. If neither this is given, nor + the client specifies one, no stylesheet reference is part of the + SRU HTTP response. + + + + + element docpath (optional) + + + Specifies a path for local file access using HTTP. All URLs with + a leading prefix (/ exluded) that matches the value of docpath + are used for file access. For example, if the server is to offer + access in directory xsl, the docpath would be + xsl and all URLs of the form + http://host/exl will result in a local file access. + + + element explain (optional) @@ -145,6 +169,29 @@ + + element maximumrecordsize (optional) + + + Specifies maximum record size/message size, in bytes. This + value also servers as maximum size of incoming + packages (for Record Updates etc). It's the same value as that + given by the -k option. + + + + + element retrievalinfo (optional) + + + Enables the retrieval facility supporting conversions and + specifications of record formats/types. + See for + more information. + + + +