<chapter id="administration">
- <!-- $Id: administration.xml,v 1.9 2002-10-17 08:10:08 mike Exp $ -->
+ <!-- $Id: administration.xml,v 1.10 2002-10-17 21:54:21 mike Exp $ -->
<title>Administrating Zebra</title>
<!-- ### It's a bit daft that this chapter (which describes half of
the configuration-file formats) is separated from
and then run <literal>zebraidx</literal> with the
<literal>update</literal> command.
</para>
+ <!-- ### what happens if a file contains multiple records? -->
</sect1>
<sect1 id="generic-ids">
<chapter id="examples">
- <!-- $Id: examples.xml,v 1.10 2002-10-17 08:10:08 mike Exp $ -->
+ <!-- $Id: examples.xml,v 1.11 2002-10-17 21:54:22 mike Exp $ -->
<title>Example Configurations</title>
<sect1>
The problem with the previous example is that you need to know the
structure of the documents in order to find them. For example,
when we wanted to know the genera for which Matt Wedel is an
- author, we had to formulate a complex XPath
+ author
+ (<phrase role="taxon">Sauroposeidon proteles</phrase>),
+ we had to formulate a complex XPath
<literal>1=/GENUS/SPECIES/AUTHOR/@name</literal>
which embodies the knowledge that author names are specified in the
<literal>name</literal> attribute of the
The master configuration file, <literal>zebra.cfg</literal>,
which is as short and simple as it can be:
<screen>
- # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.10 2002-10-17 08:10:08 mike Exp $
+ # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.11 2002-10-17 21:54:22 mike Exp $
# Bare-bones master configuration file for Zebra
profilePath: .:../../tab:../../../yaz/tab
</screen>
<chapter id="record-model">
- <!-- $Id: recordmodel.xml,v 1.8 2002-10-17 08:10:08 mike Exp $ -->
+ <!-- $Id: recordmodel.xml,v 1.9 2002-10-17 21:54:22 mike Exp $ -->
<title>The Record Model</title>
<para>
<para>
<screen>
- TITLE "Zen and the Art of Motorcycle Maintenance"
ROOT
+ TITLE "Zen and the Art of Motorcycle Maintenance"
AUTHOR "Robert Pirsig"
</screen>
<para>
<screen>
- TITLE "Zen and the Art of Motorcycle Maintenance"
ROOT
- FIRST-NAME "Robert"
+ TITLE "Zen and the Art of Motorcycle Maintenance"
AUTHOR
+ FIRST-NAME "Robert"
SURNAME "Pirsig"
</screen>