aboutsummaryrefslogtreecommitdiffstats
path: root/docs/html-docs/examples.html
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-08-07 22:34:08 +0000
committerfotis <fotis@unknown>2000-08-07 22:34:08 +0000
commita692c9b1e3837bc8f2da5eabe023bffebdccfc97 (patch)
tree43c5b3b8c13ebb27e54a99e75e6ddf1b34006823 /docs/html-docs/examples.html
parenta2e99f7fa0db347857bc06df9c3e0b70e5bf39e4 (diff)
downloadxmlgraphics-fop-a692c9b1e3837bc8f2da5eabe023bffebdccfc97.tar.gz
xmlgraphics-fop-a692c9b1e3837bc8f2da5eabe023bffebdccfc97.zip
updates docs for coming release 0.14
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/html-docs/examples.html')
-rw-r--r--docs/html-docs/examples.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/html-docs/examples.html b/docs/html-docs/examples.html
index b4a705863..239740f66 100644
--- a/docs/html-docs/examples.html
+++ b/docs/html-docs/examples.html
@@ -31,13 +31,21 @@
</LI>
<LI>list.fo - a simple list
</LI>
- <LI>images.fo - shows how to embed gif and jpg images into the xsl:fo file using inline-graphic.
+ <LI>images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic.
</LI>
<LI>border.fo - a not so simple example how to use borders in tables
</LI>
<LI>extensive.fo - a longer test file containing a lot of different flow objects and properties.
A good candidate to test your bugfix or new Fop code.
</LI>
+ <LI>leader.fo - a very simple example of a rule
+ </LI>
+ <LI>Look also into the directory examples/svg. There you find some very extensive svg examples.
+ Just start makedoc.
+ </LI>
+ <LI>In the directory examples/pagination you find a suite of examples showing the use
+ of xsl:fo pagination.
+ </LI>
</UL>
<P>Developers will find the first steps to a test suite for all implemented formatting objects and
properties in xml-fop/docs/bugtests.</P>