aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/examples.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml-docs/fop/examples.xml')
-rw-r--r--docs/xml-docs/fop/examples.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/xml-docs/fop/examples.xml b/docs/xml-docs/fop/examples.xml
index 33fd84af8..25fb4899c 100644
--- a/docs/xml-docs/fop/examples.xml
+++ b/docs/xml-docs/fop/examples.xml
@@ -6,16 +6,21 @@
<s1 title="Examples">
<p>Examples for the use of xsl:fo can be found in the Fop distribution in
the subdirectory xml-fop/docs/examples/fo. You can start transformation of all fo files into pdf
- files by starting xml-fop/docs/examples/runtests.
+ files by starting xml-fop/docs/examples/runtests. The resulting test files can be found in
+ xml-fop/docs/examples/tests
</p>
<p>At the moment the following files are part of the distribution:</p>
<ul>
- <li>normal.fo - a very simple file showing the use of a 2 level of headings, normal text and a header.
+ <li>simple.fo - a very simple file which gives use a first impression of the structure of an fo file
+ </li>
+ <li>normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header.
</li>
<li>table.fo - a simple table
</li>
<li>list.fo - a simple list
</li>
+ <li>list2.fo - some list examples
+ </li>
<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
@@ -25,6 +30,17 @@
</li>
<li>leader.fo - a very simple example of a rule
</li>
+ <li>normalex.fo - shows the use of computed property values
+ </li>
+ <li>inhprop.fo - shows the use of inherited property values
+ </li>
+ <li>instream.fo - shows the use of fo:instream-foreign-object together with svg
+ </li>
+ <li>inhprop.fo - shows the use of inherited property values
+ </li>
+ <li>textdeko.fo - shows the use of the property textdecoration
+ </li>
+
<li>Look also into the directory examples/svg. There you find some very extensive svg examples.
Just start makedoc.
</li>