--- storage/meta/meta-format.tex 2003/08/15 22:29:42 1.7 +++ storage/meta/meta-format.tex 2003/08/20 13:24:40 1.8 @@ -662,8 +662,38 @@ or \subsection{Full text with images} \label{sec:full-text-with} -The relation of a full text in a XML format and optional images of -whole pages or parts of pages +Full text in a XML format will be specified with a +\texttt{content-type} ``fulltext''. + +The relation between the full text and optional images of +whole pages or parts of pages must be specified in a +\texttt{text-tool} container. + +\begin{description} +\item[text-tool] representation of full text with images + + \begin{description} + \item[text-file] the file name of the full text file (with path + inside document directory) + + \item[page-images] the directory name of the directory containig the + page image files (with path + inside document directory) + + \item[xslt-file] the file name of an additional XSL transformation + file + + \item[text-config] container for configuration options + + \item[container-tag] the name of the text root element (default ``text'') + + \item[ref-element-tag] the name of the element that is used as unit of + reference when results are presented + + \item[pagebreak-tag] the name of the element that indicates page + breaks (default ``pb'') + \end{description} +\end{description}