goba            Fri Apr 19 09:50:15 2002 EDT

  Modified files:              
    /phpdoc/en/reference/calendar       reference.xml 
  Log:
  Use new entities and constants.xml
  
  
Index: phpdoc/en/reference/calendar/reference.xml
diff -u phpdoc/en/reference/calendar/reference.xml:1.2 
phpdoc/en/reference/calendar/reference.xml:1.3
--- phpdoc/en/reference/calendar/reference.xml:1.2      Mon Apr 15 14:56:29 2002
+++ phpdoc/en/reference/calendar/reference.xml  Fri Apr 19 09:50:15 2002
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.calendar">
   <title>Calendar functions</title>
   <titleabbrev>Calendar</titleabbrev>
   <partintro>
-   <section>
-    <title>Introduction</title>
+   <section id="calendar.intro">
+    &reftitle.intro;
     <para>
      The calendar extension presents a series of functions to simplify
      converting between different calendar formats.  The intermediary
@@ -21,24 +21,21 @@
     </para>
    </section>
    <section id="calendar.installation">
-    <title>Installation</title>
+    &reftitle.install;
     <para>
      To get these functions to work, you have to compile PHP with
      <option role="configure">--enable-calendar</option>.
     </para>
    </section>
    <section id="calendar.configuration">
-    <title>Runtime Configuration</title>
-     &no.config;
+    &reftitle.runtime;
+    &no.config;
    </section>
    <section id="calendar.resources">
-    <title>Resource types</title>
+    &reftitle.resources;
     &no.resource;
    </section>
-   <section id="calendar.constants">
-    <title>Predefined constants</title>
-     &no.constants;
-   </section>
+   &reference.calendar.constants;
   </partintro>
 
 &reference.calendar.functions;


Reply via email to