From 807d2c445492c36b95b7ef1b3202ccdc0e302aa5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 17 Oct 2002 21:54:21 +0000 Subject: [PATCH] Minor changes. --- doc/administration.xml | 3 ++- doc/examples.xml | 8 +++++--- doc/recordmodel.xml | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/administration.xml b/doc/administration.xml index 1c8df0e..ea8af75 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra diff --git a/doc/examples.xml b/doc/examples.xml index ab8b64a..10867ef 100644 --- a/doc/examples.xml +++ b/doc/examples.xml @@ -1,5 +1,5 @@ - + Example Configurations @@ -147,7 +147,9 @@ 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 + (Sauroposeidon proteles), + we had to formulate a complex XPath 1=/GENUS/SPECIES/AUTHOR/@name which embodies the knowledge that author names are specified in the name attribute of the @@ -251,7 +253,7 @@ The master configuration file, zebra.cfg, which is as short and simple as it can be: - # $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 diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index 6ad60ed..fc16fc8 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -608,8 +608,8 @@ - TITLE "Zen and the Art of Motorcycle Maintenance" ROOT + TITLE "Zen and the Art of Motorcycle Maintenance" AUTHOR "Robert Pirsig" @@ -623,10 +623,10 @@ - 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" -- 1.7.10.4