From 2927cf8d4c742fee3978ca41b3ade18b3af1fd60 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 15 Nov 1995 11:51:21 +0000 Subject: [PATCH] Smallish --- doc/profiles.sgml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/profiles.sgml b/doc/profiles.sgml index 0606886..5c8220f 100644 --- a/doc/profiles.sgml +++ b/doc/profiles.sgml @@ -2,7 +2,7 @@
Specifying and Using Application (Database) Profiles <author>Index Data, <tt/info@index.ping.dk/ -<date>$Revision: 1.1 $ +<date>$Revision: 1.2 $ <abstract> YAZ includes a subsystem to manage complex database records, driven by a set of configuration tables that reflect a given profile. @@ -94,18 +94,18 @@ turn be partitioned into various fields providing details about the distributor, like this: <tscreen><verb> -<Distributor> - <Name> USGS/WRD </Name> - <Organization> USGS/WRD </Organization> - <Street-Address> +<Distributor> + <Name> USGS/WRD &etago;Name> + <Organization> USGS/WRD &etago;Organization> + <Street-Address> U.S. GEOLOGICAL SURVEY, 505 MARQUETTE, NW - </Street-Address> - <City> ALBUQUERQUE </City> - <State> NM </State> - <Zip-Code> 87102 </Zip-Code> - <Country> USA </Country> - <Telephone> (505) 766-5560 </Telephone> -</Distributor> + &etago;Street-Address> + <City> ALBUQUERQUE &etago;City> + <State> NM &etago;State> + <Zip-Code> 87102 &etago;Zip-Code> + <Country> USA &etago;Country> + <Telephone> (505) 766-5560 &etago;Telephone> +&etago;Distributor> </verb></tscreen> This is how data that the retrieval module reads from an input file -- 1.7.10.4