From a7aff5535d6a36c28f261b8ac3a7462b7a62cf0a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 May 1995 08:09:27 +0000 Subject: [PATCH] More work on sgml doc. --- doc/ir-tcl.sgml | 168 ++++++++++++++++++++++++++----------------------------- 1 file changed, 78 insertions(+), 90 deletions(-) diff --git a/doc/ir-tcl.sgml b/doc/ir-tcl.sgml index c2886eb..d572990 100644 --- a/doc/ir-tcl.sgml +++ b/doc/ir-tcl.sgml @@ -1,7 +1,7 @@
@@ -421,66 +421,68 @@ Table ref{tab:irsearchrequest} lists settings that affect the search. Setting the - -\begin{table}[htbf] -\begin{tabular}{l|l|p{8cm}} -Setting & Value & Description \\\hline -databaseNames & list & database-names \\ -smallSetUpperBound & integer & small set upper bound \\ -largeSetLowerBound & integer & large set lower bound \\ -mediumSetPresentNumber & integer & medium set present number \\ -replaceIndicator & boolean & replace-indicator \\ -setName & string & name of result set \\ -queryType & rpn & query type-1 \\ - & ccl & query type-2 \\ -preferredRecordSyntax & string & preferred record syntax. -See table ref{tab:recordtypes} on page \pageref{tab:recordtypes} \\ -smallSetElementSetNames & string & small-set-element-set names \\ -mediumSetElementSetNames & string & medium-set-element-set names \\ -searchResponse & list & Search-response Tcl script \\ -callback & list & General response Tcl script. Only used -if searchResponse is not specified \\ -\end{tabular} -\caption{Search request settings} -\label{tab:irsearchrequest} -\end{table} + +databaseNames list + database-names +smallSetUpperBound integer + small set upper bound +largeSetLowerBound integer + large set lower bound +mediumSetPresentNumber integer + medium set present number +replaceIndicator boolean + replace-indicator +setName string + name of result set +queryType rpn|ccl + query type-1 or query type-2 +preferredRecordSyntax string + preferred record syntax. See table ref{tab:recordtypes} on page + pageref{tab:recordtypes} +smallSetElementSetNames string + small-set-element-set names +mediumSetElementSetNames string + medium-set-element-set names +searchResponse list + Search-response Tcl script +callback list + General response Tcl script. Only used if searchResponse is not specified + The search-response handler, specified by the +searchStatus boolean + search-status +responseStatus list + response status information +resultCount integer + result-count +numberOfRecordsReturned integer + number of records retrieved + The +NSD indicates that the target has returned one or +more non-surrogate diagnostic messages. The DBOSD indicates a successful operation where the target has returned one or more records. Each record may be either a database record or a surrogate diagnostic. -\item[OK] indicates a successful operation --- no records are +OK indicates a successful operation - no records are returned from the target. -\end{description} + +preferredRecordSyntax string + preferred record syntax. See table ref{tab:recordtypes} on page + pageref{tab:recordtypes} +elementSetElementSetNames string + element-set names +presentResponse list + Present-response Tcl script +callback list + General response Tcl script. Only used if presentResponse is not specified + The present-response handler should inspect the settings shown in table ref{tab:irpresentresponse}. @@ -580,17 +580,16 @@ settings were also used in the search-response case. As in the search-response case, records returned from the target are stored in the result set object. -\begin{table}[htbf] -\begin{tabular}{l|l|p{8cm}} -Setting & Value & Description \\\hline -presentStatus & boolean & present-status \\ -responseStatus & list & Response status information \\ -numberOfRecordsReturned & integer & number of records returned \\ -nextResultSetPosition & integer & next result set position \\ -\end{tabular} -\caption{Present response settings} -\label{tab:irpresentresponse} -\end{table} + +presentStatus boolean + present-status +responseStatus list + Response status information +numberOfRecordsReturned integer + number of records returned +nextResultSetPosition integer + next result set position + Records @@ -620,25 +619,18 @@ In the second case, database record, the +UNIMARC UNIMARC +INTERMARC INTERMARC +CCF CCF +USMARC USMARC +UKMARC UKMARK +NORMARC NORMARC +LIBRISMARC LIBRISMARC +DANMARC DANMARC +FINMARC FINMARC +SUTRS SUBTRS + References

-\label{sec:references}