diff options
author | William Victor Mote <vmote@apache.org> | 2003-03-24 23:20:10 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-03-24 23:20:10 +0000 |
commit | 68001bd4248f7e933001e91781c69879946e2a8c (patch) | |
tree | 6a1915cfb02665b184b012d88a8fa9883266f7c4 /src/documentation/content/xdocs/dev/faq.xml | |
parent | 100b4d202eb56f74bbfbac30785d25612a54e69b (diff) | |
download | xmlgraphics-fop-68001bd4248f7e933001e91781c69879946e2a8c.tar.gz xmlgraphics-fop-68001bd4248f7e933001e91781c69879946e2a8c.zip |
Fix URLs and add missing ids.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev/faq.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/faq.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/dev/faq.xml b/src/documentation/content/xdocs/dev/faq.xml index d4c68e297..844aa14bd 100644 --- a/src/documentation/content/xdocs/dev/faq.xml +++ b/src/documentation/content/xdocs/dev/faq.xml @@ -3,20 +3,20 @@ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/faq-v11.dtd"> <faqs title="FOP Developer FAQ"> - <part id="documentation"> + <part id="part_documentation"> <title>Documentation</title> <faq id="javadoc_location"> <question>How do I get the javadocs for FOP?</question> <answer> - <p>Currently, the only way to get FOP javadocs is to <link href="download.html"> - Download the source code</link> and then <link href="compiling.html">Build + <p>Currently, the only way to get FOP javadocs is to <link href="../download.html"> + Download the source code</link> and then <link href="../compiling.html">Build FOP</link> using the ant build task "javadocs".</p> </answer> </faq> </part> - <part> + <part id="part_further_help"> <title>Further Help</title> - <faq> + <faq id="other_faqs"> <question>I don't see my question addressed here. Are there other FAQs?</question> <answer> <p>Yes. See also the <link href="../faq.html">FOP General FAQs</link>.</p> |