vmote       2003/07/27 10:59:36

  Modified:    src/documentation/content/xdocs anttask.xml
  Log:
  add "id" attributes to <section> tags
  
  Revision  Changes    Path
  1.4       +3 -3      xml-fop/src/documentation/content/xdocs/anttask.xml
  
  Index: anttask.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/anttask.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- anttask.xml       24 Apr 2003 22:53:19 -0000      1.3
  +++ anttask.xml       27 Jul 2003 17:59:36 -0000      1.4
  @@ -9,7 +9,7 @@
     <body>
       <p>
       FOP provides an Ant task for automating the document build process.</p>
  -    <section><title>Description</title>
  +    <section id="basics"><title>Description</title>
       <p>
       The FOP Ant task will convert XSL-FO documents to PDF/PS/PCL/MIF/RTF output
       (see <link href="output.html">Output formats</link> for available formats).</p>
  @@ -33,7 +33,7 @@
        Then create FOP tasks within your Ant build file, using the FOP task 
parameters listed below.</p>
       </section>
       <!-- TODO: Installation/Configuration -->
  -    <section><title>Parameters for FOP Ant task</title>
  +    <section id="parameters"><title>Parameters for FOP Ant task</title>
        <table><caption>Parameters specified as attributes</caption> 
         <tr> 
          <th>Attribute</th> 
  @@ -106,7 +106,7 @@
         </tr> 
          </table>
       </section>
  -    <section>
  +    <section id="examples">
       <title>Examples</title>
       <p>
       The following example converts a single XSL-FO file to a PDF document:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to