diff options
author | fotis <fotis@unknown> | 2000-11-26 00:00:34 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-11-26 00:00:34 +0000 |
commit | 4425a830bafce1e79bb5d7bad992380f07d6f2ed (patch) | |
tree | f91422016a176022cf25679ece8cc683942fbe94 /docs/xml-docs/fop/examples.xml | |
parent | fae2cca323afc3f7b10f98a59e5f3c582a717f98 (diff) | |
download | xmlgraphics-fop-4425a830bafce1e79bb5d7bad992380f07d6f2ed.tar.gz xmlgraphics-fop-4425a830bafce1e79bb5d7bad992380f07d6f2ed.zip |
documentation update for release 0.15
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193838 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/examples.xml')
-rw-r--r-- | docs/xml-docs/fop/examples.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/xml-docs/fop/examples.xml b/docs/xml-docs/fop/examples.xml index 25fb4899c..c2019a6d7 100644 --- a/docs/xml-docs/fop/examples.xml +++ b/docs/xml-docs/fop/examples.xml @@ -15,11 +15,9 @@ </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>table.fo - some table examples </li> - <li>list.fo - a simple list - </li> - <li>list2.fo - some list examples + <li>list.fo - a short tutorial how to use list fo's and properties </li> <li>images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic. </li> @@ -28,7 +26,7 @@ <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>leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content </li> <li>normalex.fo - shows the use of computed property values </li> @@ -36,10 +34,10 @@ </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>readme.fo - uses an old version of Fop documentation for a longer example + </li> <li>Look also into the directory examples/svg. There you find some very extensive svg examples. Just start makedoc. |