diff options
Diffstat (limited to 'docs/html-docs')
-rw-r--r-- | docs/html-docs/architecture.html | 31 | ||||
-rw-r--r-- | docs/html-docs/bugs.html | 11 | ||||
-rw-r--r-- | docs/html-docs/download.html | 6 | ||||
-rw-r--r-- | docs/html-docs/embedding.html | 2 | ||||
-rw-r--r-- | docs/html-docs/examples.html | 12 | ||||
-rw-r--r-- | docs/html-docs/graphics/specs-header.jpg | bin | 18837 -> 21246 bytes | |||
-rw-r--r-- | docs/html-docs/implemented.html | 13 | ||||
-rw-r--r-- | docs/html-docs/index.html | 16 | ||||
-rw-r--r-- | docs/html-docs/involved.html | 4 | ||||
-rw-r--r-- | docs/html-docs/limitations.html | 7 | ||||
-rw-r--r-- | docs/html-docs/running.html | 8 | ||||
-rw-r--r-- | docs/html-docs/specs.html | 15 |
12 files changed, 87 insertions, 38 deletions
diff --git a/docs/html-docs/architecture.html b/docs/html-docs/architecture.html index e3a37f8df..25d77cd45 100644 --- a/docs/html-docs/architecture.html +++ b/docs/html-docs/architecture.html @@ -30,6 +30,8 @@ this class, a typical sequence is:</P> <P><CODE><FONT face="courier, monospaced">driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");</FONT></CODE></P> +<P><CODE><FONT face="courier, monospaced">driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping");</FONT></CODE></P> +<P><CODE><FONT face="courier, monospaced">driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping");</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.setWriter(new PrintWriter(new FileWriter(args[1])));</FONT></CODE></P> <P></P> <P><CODE><FONT face="courier, monospaced">driver.buildFOTree(parser, fileInputSource(args[0]));</FONT></CODE></P> @@ -111,8 +113,8 @@ constructing the FO tree. The key SAX events used are </P> <P><CODE><FONT face="courier, monospaced">Block</FONT></CODE></P> -<P><CODE><FONT face="courier, monospaced">InlineSequence</FONT></CODE></P> -<P><CODE><FONT face="courier, monospaced">SimpleLink</FONT></CODE></P> +<P><CODE><FONT face="courier, monospaced">Inline</FONT></CODE></P> +<P><CODE><FONT face="courier, monospaced">BasicLink</FONT></CODE></P> </FONT></TD></TR></TABLE><BR> @@ -270,6 +272,31 @@ discusses some issues applicable to rendering. </P> </FONT></TD></TR></TABLE><BR> +<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>SVG</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> + +<P> +FOP supports some svg rendering. SVG is supported as an instream-foreign-object +embedded in an FO document. FOP also supports rendering of an external SVG image. +</P> + +<P> +Since the intream object that contains the SVG returns a single fo area then +the construction of the SVG document is handled differently. The SVG is created +by calling the <CODE><FONT face="courier, monospaced">createGraphic()</FONT></CODE> on each SVG element. The element is then +responsible for loading the necessary information and child elements and creating +the corresponding SVG DOM element. When the FO tree is being layed out the +SVG tree is turned into the SVG DOM document which is stored for later rendering. +</P> + +<P> +The SVG document is then held as a DOM tree which is then rendered by going through +the elements of the tree and rendering then in turn. +</P> + +<P> +For more information see the SVG documentation. +</P> +</FONT></TD></TR></TABLE><BR> </TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I> Copyright © 1999 The Apache Software Foundation. All Rights Reserved. diff --git a/docs/html-docs/bugs.html b/docs/html-docs/bugs.html index 0591598da..4896707d1 100644 --- a/docs/html-docs/bugs.html +++ b/docs/html-docs/bugs.html @@ -29,14 +29,9 @@ file with your report, which just demonstrates the problem. Thanks for your help!</P> </FONT></TD></TR></TABLE><BR> <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Known bugs</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> - <UL> - <LI>Colour not continued onto subsequent pages, if coloured block goes over page.</LI> - <LI>SVG linearGradients don't appear the same as in other SVG Viewers</LI> - <LI>colour not continued onto subsequent pages if coloured block goes over page </LI> - <LI>no SVG support in AWTCommandLine </LI> - <LI>keep-next doesn't work and doubles the text lines which should be moved to the next page</LI> - <LI>lists containing list do not keep their indentation correctly over a page boundary</LI> - </UL> + <P>A list of known bugs can be found at the end of the file + <A href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</A> in the root + of the Fop distribution.</P> </FONT></TD></TR></TABLE><BR> </TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I> Copyright © 1999 The Apache Software Foundation. diff --git a/docs/html-docs/download.html b/docs/html-docs/download.html index f96930f51..c0ad4248f 100644 --- a/docs/html-docs/download.html +++ b/docs/html-docs/download.html @@ -22,6 +22,12 @@ <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B></B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <P>You can download the latest release version from the <A href="http://xml.apache.org/dist/fop/">distribution directory</A>. </P> <P>The file contains also the documentation (including some example fo files) and the source. </P> + <P>If you want to work with the latest and nicest code, you can use the cvs version. See the section + on AnonCVS in the <A href="http://xml.apache.org/cvs.html">xml.apache.org documentation</A> for details. + Sometimes people have difficulties to access the cvs server; in this case you can download + a snapshot from the cvs files <A href="http://xml.apache.org/from-cvs/xml-fop/">here</A>. + In both cases you have to build Fop yourself - see <A href="compiling.html">Compiling Fop</A> for details. + </P> <P>To run FOP from the command line, see <A href="running.html">Running FOP</A>. If you are interested in embedding FOP in a Java application of your own, see <A href="embedding.html">Embedding FOP</A>. diff --git a/docs/html-docs/embedding.html b/docs/html-docs/embedding.html index 8ddf32710..5f145e2c9 100644 --- a/docs/html-docs/embedding.html +++ b/docs/html-docs/embedding.html @@ -46,6 +46,8 @@ <P><CODE><FONT face="courier, monospaced">driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");</FONT></CODE></P> + <P><CODE><FONT face="courier, monospaced">driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping");</FONT></CODE></P> + <P><CODE><FONT face="courier, monospaced">driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping");</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.setWriter(new PrintWriter(new FileWriter(args[1])));</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.buildFOTree(parser, fileInputSource(args[0]));</FONT></CODE></P> <P><CODE><FONT face="courier, monospaced">driver.format();</FONT></CODE></P> diff --git a/docs/html-docs/examples.html b/docs/html-docs/examples.html index 8148c93c3..5e31f7146 100644 --- a/docs/html-docs/examples.html +++ b/docs/html-docs/examples.html @@ -30,11 +30,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> @@ -43,7 +41,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> @@ -51,10 +49,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. diff --git a/docs/html-docs/graphics/specs-header.jpg b/docs/html-docs/graphics/specs-header.jpg Binary files differindex aadb2ec1a..121d33984 100644 --- a/docs/html-docs/graphics/specs-header.jpg +++ b/docs/html-docs/graphics/specs-header.jpg diff --git a/docs/html-docs/implemented.html b/docs/html-docs/implemented.html index 7a99f330a..90fc8f4fe 100644 --- a/docs/html-docs/implemented.html +++ b/docs/html-docs/implemented.html @@ -21,7 +21,7 @@ <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> <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>What's Implemented?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <P>The following formatting objects and properties of the xsl-fo - working draft (12 October 2000) are implemented.Please have also a look at the + candidate recommendation are implemented.Please have also a look at the section on <A href="limitations.html">limitations</A> </P> </FONT></TD></TR></TABLE><BR> @@ -61,7 +61,7 @@ <LI>external-graphic</LI> <LI>inline</LI> <LI>instream-foreign-object</LI> - <LI>leader, but see <A href="limitations.html">limitations</A></LI> + <LI>leader</LI> <LI>page-number </LI> <LI>page-number-citation, see <A href="limitations.html">limitations</A></LI> </UL> @@ -160,6 +160,10 @@ <LI>initial-page-number</LI> <LI>internal-destination</LI> <LI>keep-with-next (broken)</LI> + <LI>leader-alignment (not value "page")</LI> + <LI>leader-length (no percentage values)</LI> + <LI>leader-pattern (not value "use-content")</LI> + <LI>leader-pattern-width</LI> <LI>left</LI> <LI>line-height </LI> <LI>margin-bottom (only on pages and regions) </LI> @@ -185,18 +189,19 @@ <LI>provisional-distance-between-starts </LI> <LI>provisional-label-separation </LI> <LI>ref-id </LI> + <LI>region-name</LI> <LI>right</LI> <LI>rule-thickness </LI> <LI>space-after.optimum </LI> <LI>space-before.optimum </LI> <LI>src </LI> <LI>start-indent </LI> - <LI>textdecoration (only value 'underline' is supported)</LI> + <LI>textdecoration (only value "underline")</LI> <LI>text-align </LI> <LI>text-align-last </LI> <LI>text-indent </LI> <LI>top</LI> - <LI>white-space-treatment (broken)</LI> + <LI>white-space-collapse</LI> <LI>width</LI> <LI>wrap-option</LI> </UL> diff --git a/docs/html-docs/index.html b/docs/html-docs/index.html index f0e9360db..5f6b8bd18 100644 --- a/docs/html-docs/index.html +++ b/docs/html-docs/index.html @@ -27,10 +27,22 @@ like XT or Xalan) or can be passed in memory as a DOM Document or (in the case of XT) SAX events. </P> + <P>The latest version of Fop is 0.15 and it supports the xsl:fo candidate release. + You can <A href="download.html">download</A> + Fop including a precompiled version, the source code and many example files to + get you started. Pointers to introductions into xsl:fo can be found in the + section <A href="specs.html">specifications</A>. Please be aware, that + Fop is at the moment not a full implementation of the basic conformance level + of the xsl:fo standard. You can find a list of supported flow objects and properties + in the section <A href="implemented.html">Features</A> and in section + <A href="limitations.html">Limitations</A> in what way this support is + limited. + </P> <P>FOP is part of Apache's XML project. The homepage of FOP is <A href="http://xml.apache.org/fop">http://xml.apache.org/fop</A>. A list - of the committers to this project and the tasks they are working on can be found - in the file <A href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</A> + of known bugs, the committers to this project and the tasks they are working on can be found + in the file <A href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</A> in the + root of your Fop distribution. </P> </FONT></TD></TR></TABLE><BR> diff --git a/docs/html-docs/involved.html b/docs/html-docs/involved.html index 8b701fce1..cc89680d5 100644 --- a/docs/html-docs/involved.html +++ b/docs/html-docs/involved.html @@ -29,12 +29,12 @@ to <A href="mailto:fop-dev-subscribe@xml.apache.org">fop-dev-subscribe@xml.apache.org</A></P> <P>Sending bug reports and feature requests to the list is a welcome and important contribution to developing Fop. </P> - <P>Read also the <A href="http://xml-archive.webweaving.org/xml-archive-fop/">archive</A> + <P>Read also the <A href="http://archive.covalent.net/">archive</A> of the discussion list fop-dev to get an idea of the issues being discussed. </P> </FONT></TD></TR></TABLE><BR> <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Look at the developer's code using cvs</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <P>Between releases the newest code can be accessed via cvs. To do this you need to install a cvs - client on your computer if it is not already there. An explanation how to connect to the + client on your computer, if it is not already there. An explanation how to connect to the Fop source repository can be found at <A href="http://xml.apache.org/cvs.html">http://xml.apache.org/cvs.html</A>. An introduction into cvs and the cvs manual can be found in the <A href="http://xml.apache.org/library.html">reference library</A>.</P> diff --git a/docs/html-docs/limitations.html b/docs/html-docs/limitations.html index f2f194b1c..f06f30429 100644 --- a/docs/html-docs/limitations.html +++ b/docs/html-docs/limitations.html @@ -23,13 +23,6 @@ in <A href="implemented.html">features</A>, sometimes it does so only in a limited way. </P> - <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>leader</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> - <P>fo:leader is only supported in a very limited way: you can use it to draw simple rules. - Only the property value leader-pattern="rule" is supported. leader-length can be set, - but the value is not used. You should wrap leader into a block element. - </P> - </FONT></TD></TR></TABLE><BR> - <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>page-number-citation</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <P>Only works for table of contents without any problems. The case where the page number doesn't fit on a line isn't handled, and any text on the same line and after the page-number might not diff --git a/docs/html-docs/running.html b/docs/html-docs/running.html index f2e3b20d7..6d50d7292 100644 --- a/docs/html-docs/running.html +++ b/docs/html-docs/running.html @@ -28,10 +28,14 @@ </P> <P>c) Fop supports SVG (see <A href="implemented.html">Features</A> for further information) and needs the w3c.jar library. This library comes with Fop (xml-fop/lib) and must - be included in your classpath + be included in your classpath. The jar file w3c.jar contains the compiled classes for the + java svg bindings with some other DOM classes that are used by the SVG DOM bindings. + The source for the svg java binding classes can be found at - <A href="http://www.w3.org/TR/2000/CR-SVG-20000802/java.html"> + SVG Java bindings</A>, currently they correspond to the CR-SVG-20000802 specification document. + The other required files can be found at <A href="http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/java-binding.html">W3C DOM Java binding</A>. </P> <P>d) Optional: Fop supports the jimi library for image processing, if it is in your classpath - when you build Fop. + when you build Fop. You can find it at <A href="http://java.sun.com/products/jimi/">java.sun.com</A> </P> </FONT></TD></TR></TABLE><BR> <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Starting FOP as an standalone application</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> diff --git a/docs/html-docs/specs.html b/docs/html-docs/specs.html index 54bfba28d..0dd6afbd1 100644 --- a/docs/html-docs/specs.html +++ b/docs/html-docs/specs.html @@ -19,12 +19,12 @@ <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR> <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> + <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Specifications</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <UL> - <LI><A href="http://www.w3.org/TR/WD-xsl/">Latest XSL-FO Working Draft (27 March 2000)</A></LI> - <LI><A href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO Working Draft (27 March 2000) provided by N. Grigoriev from RenderX</A></LI> - <LI><A href="http://www.w3.org/TR/1999/WD-xsl-19990421/">XSL-FO Working Draft 21 Apr 1999 </A></LI> + <LI><A href="http://www.w3.org/TR/2000/CR-xsl-20001121/">XSL-FO Candidate Recommendation (21 November 2000)</A></LI> + <LI><A href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO WD from October provided by N. Grigoriev from RenderX</A></LI> <LI><A href="http://www.w3.org/TR/SVG">Latest SVG Working draft</A></LI> - <LI><A href="http://www.w3.org/TR/2000/WD-SVG-20000629/index.html">Supported SVG Working Draf</A></LI> + <LI><A href="http://www.w3.org/TR/2000/CR-SVG-20000802/index.html">Supported SVG Candidate Recommendation</A></LI> <LI><A href="http://www.w3.org/TR/REC-xml">XML Recommendation</A></LI> <LI><A href="http://www.w3.org/TR/xslt">XSLT Recommendation</A></LI> <LI><A href="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">Portable Document Format (PDF) 1.3 Reference Manual </A></LI> @@ -33,6 +33,13 @@ <LI><A href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</A></LI> <LI><A href="http://java.sun.com/products/jdk/1.1/docs/index.html">Java JDK 1.1 Documentation</A></LI> </UL> + </FONT></TD></TR></TABLE><BR> + <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Tutorials/Articles</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> + <UL> + <LI><A href="http://www.ibiblio.org/xml/books/bible/updates/15.html">Elliotte Rusty Harold: Chapter 15 on xsl:fo from his excellent xml book</A></LI> + <LI><A href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</A></LI> + </UL> + </FONT></TD></TR></TABLE><BR> </TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I> Copyright © 1999 The Apache Software Foundation. All Rights Reserved. |