]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
add "id" attributes to <section> tags
authorWilliam Victor Mote <vmote@apache.org>
Sun, 27 Jul 2003 17:59:36 +0000 (17:59 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sun, 27 Jul 2003 17:59:36 +0000 (17:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196747 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/anttask.xml

index e3e14aab6bd994b3e98871c7a4203fe4650905ac..6516a0a9c73921d48c1b935d4664f209cb5edd60 100644 (file)
@@ -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> 
       </tr> 
          </table>
     </section>
-    <section>
+    <section id="examples">
     <title>Examples</title>
     <p>
     The following example converts a single XSL-FO file to a PDF document: