aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/anttask.xml
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-07-27 17:59:36 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-07-27 17:59:36 +0000
commit46b0a7f43df955220357b3af6b9b2b317eef4433 (patch)
tree770f89bc3fea8fdbb9e1fedb1b426eb47f55550e /src/documentation/content/xdocs/anttask.xml
parent2d7e7307086a2b8e9252559813815f78497b9ddd (diff)
downloadxmlgraphics-fop-46b0a7f43df955220357b3af6b9b2b317eef4433.tar.gz
xmlgraphics-fop-46b0a7f43df955220357b3af6b9b2b317eef4433.zip
add "id" attributes to <section> tags
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/anttask.xml')
-rw-r--r--src/documentation/content/xdocs/anttask.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/anttask.xml b/src/documentation/content/xdocs/anttask.xml
index e3e14aab6..6516a0a9c 100644
--- a/src/documentation/content/xdocs/anttask.xml
+++ b/src/documentation/content/xdocs/anttask.xml
@@ -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: