diff options
Diffstat (limited to 'docs/html-docs/examples.html')
-rw-r--r-- | docs/html-docs/examples.html | 20 |
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> |