diff options
Diffstat (limited to 'src/documentation/content/xdocs/dev/index.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/index.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml index 1ed024917..b9279daa7 100644 --- a/src/documentation/content/xdocs/dev/index.xml +++ b/src/documentation/content/xdocs/dev/index.xml @@ -14,7 +14,7 @@ current development of FOP. <p>FOP is the world's first print formatter driven by XSL formatting objects and the world's first output independent formatter. It is a Java application that reads a formatting object tree and then - renders the resulting pages to a specified output. <jump href="output.html">Output formats</jump> + renders the resulting pages to a specified output. <link href="../output.html">Output formats</link> currently supported are PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF. @@ -29,14 +29,14 @@ can mean Formatting Object Processor. <p>The latest version of Fop is 0.20.4 and it supports the <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0 W3C Recommendation</jump>. - You can <jump href="download.html">download</jump> + You can <link href="../download.html">download</link> Fop including a precompiled version, the source code and many example files to get you started. Pointers to introductions into xsl:fo can be found in the - <jump href="resources.html">resources</jump> section. Please be aware, that + <link href="../resources.html">resources</link> section. Please be aware, that Fop is at the moment not a full implementation of the basic conformance level of the xsl:fo standard. You can find a list of supported flow objects and properties - in the section <jump href="implemented.html">Features</jump> and in section - <jump href="limitations.html">Limitations</jump> in what way this support is + in the section <link href="../implemented.html">Features</link> and in section + <link href="../limitations.html">Limitations</link> in what way this support is limited. </p> <p>FOP is part of Apache's XML project. The homepage of FOP is |