aboutsummaryrefslogtreecommitdiffstats
path: root/docs/html-docs/examples.html
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-11-14 15:22:14 +0000
committerfotis <fotis@unknown>2000-11-14 15:22:14 +0000
commitfb3a5e56c7aa0719a5f8e87fe6f2b0cd480e8467 (patch)
tree049a37ab47814db2f1e630a01a27722273819c97 /docs/html-docs/examples.html
parent0189ae943779e53e257a58bcd5ecb9196f4f4bf0 (diff)
downloadxmlgraphics-fop-fb3a5e56c7aa0719a5f8e87fe6f2b0cd480e8467.tar.gz
xmlgraphics-fop-fb3a5e56c7aa0719a5f8e87fe6f2b0cd480e8467.zip
updating docs for v 0.15
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/html-docs/examples.html')
-rw-r--r--docs/html-docs/examples.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/html-docs/examples.html b/docs/html-docs/examples.html
index 5c578028d..8148c93c3 100644
--- a/docs/html-docs/examples.html
+++ b/docs/html-docs/examples.html
@@ -21,16 +21,21 @@
<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
<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
@@ -40,6 +45,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>