Use entity idcommon rather than common. Fix acronym entities.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 May 2007 11:10:08 +0000 (11:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 May 2007 11:10:08 +0000 (11:10 +0000)
doc/tools.xml
doc/yaz-asncomp-man.xml
doc/yaz-client-man.xml
doc/yaz-config-man.xml
doc/yaz-iconv-man.xml
doc/yaz-log-man.xml
doc/yaz-man.xml
doc/yaz-marcdump-man.xml
doc/yaz-ztest-man.xml
doc/yaz.xml
doc/zoomsh-man.xml

index 3e711d0..4de1379 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: tools.xml,v 1.62 2007-05-08 08:22:35 adam Exp $ -->
+<!-- $Id: tools.xml,v 1.63 2007-05-22 11:10:08 adam Exp $ -->
  <chapter id="tools"><title>Supporting Tools</title>
   
   <para>
@@ -2412,7 +2412,7 @@ typedef struct oident
         <para>
          The <literal>marc</literal> element specifies a conversion 
          to - and from ISO2709 encoded MARC and 
-         <ulink url="&url.marcxml;">&marcxml;</ulink>/MarcXchange.
+         <ulink url="&url.marcxml;">&acro.marcxml;</ulink>/MarcXchange.
          The following attributes may be specified:
 
          <variablelist>
@@ -2466,7 +2466,7 @@ typedef struct oident
        <listitem>
         <para>
          The <literal>xslt</literal> element specifies a conversion
-         via &xslt;. The following attributes may be specified:
+         via &acro.xslt;. The following attributes may be specified:
 
          <variablelist>
           <varlistentry><term><literal>stylesheet</literal> (REQUIRED)</term>
index 13c1a3f..77fed0c 100644 (file)
@@ -5,8 +5,8 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
 <refentry id="yaz-asncomp">
  <refentryinfo>
index 100dcf5..577d1ef 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-client-man.xml,v 1.13 2007-01-24 11:50:18 adam Exp $ -->
+<!-- $Id: yaz-client-man.xml,v 1.14 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-client">
  <refentryinfo>
   <productname>YAZ</productname>
index f9fdd73..3d99793 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-config-man.xml,v 1.8 2006-09-21 06:56:51 adam Exp $ -->
+<!-- $Id: yaz-config-man.xml,v 1.9 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-config">
  <refentryinfo>
   <productname>YAZ</productname>
index 83d4910..0dd2a49 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-iconv-man.xml,v 1.5 2006-08-28 19:18:02 adam Exp $ -->
+<!-- $Id: yaz-iconv-man.xml,v 1.6 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-iconv">
  <refentryinfo>
   <productname>YAZ</productname>
index 661c4bf..0b680d9 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-log-man.xml,v 1.7 2006-10-04 13:21:33 adam Exp $ -->
+<!-- $Id: yaz-log-man.xml,v 1.8 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-log">
  <refentryinfo>
   <productname>YAZ</productname>
index e6ef0ce..2b5b30d 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-man.xml,v 1.13 2006-10-10 13:47:40 adam Exp $ -->
+<!-- $Id: yaz-man.xml,v 1.14 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz">
  <refentryinfo>
   <productname>YAZ</productname>
index ac6b685..a859971 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz-marcdump-man.xml,v 1.13 2006-12-15 19:28:46 adam Exp $ -->
+<!-- $Id: yaz-marcdump-man.xml,v 1.14 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-marcdump">
  <refentryinfo>
   <productname>YAZ</productname>
index 1482bb8..396b292 100644 (file)
@@ -5,12 +5,12 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
      <!ENTITY gfs-synopsis-app "yaz-ztest">
      <!ENTITY reference-tools-cql-map 'section "Specifiction of CQL to RPN mappings"'>
 ]>
-<!-- $Id: yaz-ztest-man.xml,v 1.15 2007-02-08 11:36:59 adam Exp $ -->
+<!-- $Id: yaz-ztest-man.xml,v 1.16 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="yaz-ztest">
  <refentryinfo>
   <productname>YAZ</productname>
index 12657cb..81a0f04 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" standalone="no"?>
-<!-- $Id: yaz.xml,v 1.23 2007-05-07 13:18:32 adam Exp $ -->
+<!-- $Id: yaz.xml,v 1.24 2007-05-22 11:10:08 adam Exp $ -->
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
 [
@@ -7,8 +7,8 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
 <book id="yaz">
  &bookinfo; 
index 83718a2..7c113a4 100644 (file)
@@ -5,10 +5,10 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: zoomsh-man.xml,v 1.5 2006-08-28 19:18:02 adam Exp $ -->
+<!-- $Id: zoomsh-man.xml,v 1.6 2007-05-22 11:10:08 adam Exp $ -->
 <refentry id="zoomsh">
  <refentryinfo>
   <productname>YAZ</productname>