|
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 http://xml.apache.org/cvs.html.
An introduction into cvs and the cvs manual can be found in the
reference library.
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 features, sometimes it does so only in a limited way.
- | |
- 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.
-
- |
-
| |
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 @@
c) Fop supports SVG (see Features 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 -
+ SVG Java bindings, currently they correspond to the CR-SVG-20000802 specification document.
+ The other required files can be found at W3C DOM Java binding.
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 java.sun.com
|
| | | | Starting FOP as an standalone application | | | | |
| |
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 @@
| |
|
Copyright © 1999 The Apache Software Foundation.
All Rights Reserved.
diff --git a/docs/xml-docs/fop/architecture.xml b/docs/xml-docs/fop/architecture.xml
index ac3d4d48d..bb4c00caa 100644
--- a/docs/xml-docs/fop/architecture.xml
+++ b/docs/xml-docs/fop/architecture.xml
@@ -98,7 +98,7 @@ constructing the FO tree. The key SAX events used are
Block
Inline
-SimpleLink
+BasicLink
diff --git a/docs/xml-docs/fop/bugs.xml b/docs/xml-docs/fop/bugs.xml
index 388996391..01de7ffa4 100644
--- a/docs/xml-docs/fop/bugs.xml
+++ b/docs/xml-docs/fop/bugs.xml
@@ -15,14 +15,9 @@
file with your report, which just demonstrates the problem. Thanks for your help!
-
- - Colour not continued onto subsequent pages, if coloured block goes over page.
- - SVG linearGradients don't appear the same as in other SVG Viewers
- - colour not continued onto subsequent pages if coloured block goes over page
- - no SVG support in AWTCommandLine
- - keep-next doesn't work and doubles the text lines which should be moved to the next page
- - lists containing list do not keep their indentation correctly over a page boundary
-
+ A list of known bugs can be found at the end of the file
+ Status in the root
+ of the Fop distribution.
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 @@
normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header.
- table.fo - a simple table
+ table.fo - some table examples
- list.fo - a simple list
-
- list2.fo - some list examples
+ list.fo - a short tutorial how to use list fo's and properties
images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic.
@@ -28,7 +26,7 @@
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.
- leader.fo - a very simple example of a rule
+ leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content
normalex.fo - shows the use of computed property values
@@ -36,10 +34,10 @@
instream.fo - shows the use of fo:instream-foreign-object together with svg
- inhprop.fo - shows the use of inherited property values
-
textdeko.fo - shows the use of the property textdecoration
+ readme.fo - uses an old version of Fop documentation for a longer example
+
Look also into the directory examples/svg. There you find some very extensive svg examples.
Just start makedoc.
diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml
index 982611348..1773479b3 100644
--- a/docs/xml-docs/fop/implemented.xml
+++ b/docs/xml-docs/fop/implemented.xml
@@ -6,7 +6,7 @@
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 limitations
@@ -46,7 +46,7 @@
external-graphic
inline
instream-foreign-object
- leader, but see limitations
+ leader
page-number
page-number-citation, see limitations
@@ -145,6 +145,10 @@
initial-page-number
internal-destination
keep-with-next (broken)
+ leader-alignment (not value "page")
+ leader-length (no percentage values)
+ leader-pattern (not value "use-content")
+ leader-pattern-width
left
line-height
margin-bottom (only on pages and regions)
@@ -170,18 +174,19 @@
provisional-distance-between-starts
provisional-label-separation
ref-id
+ region-name
right
rule-thickness
space-after.optimum
space-before.optimum
src
start-indent
- textdecoration (only value 'underline' is supported)
+ textdecoration (only value "underline")
text-align
text-align-last
text-indent
top
- white-space-treatment (broken)
+ white-space-collapse
width
wrap-option
diff --git a/docs/xml-docs/fop/involved.xml b/docs/xml-docs/fop/involved.xml
index e80a55b62..68742cce9 100644
--- a/docs/xml-docs/fop/involved.xml
+++ b/docs/xml-docs/fop/involved.xml
@@ -22,7 +22,7 @@
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 http://xml.apache.org/cvs.html.
An introduction into cvs and the cvs manual can be found in the
reference library.
diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml
index d4a88e966..d293c824d 100644
--- a/docs/xml-docs/fop/limitations.xml
+++ b/docs/xml-docs/fop/limitations.xml
@@ -9,13 +9,6 @@
in features, sometimes it does so only in a limited way.
-
- 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.
-
-
-
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/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml
index 22c187e18..add186b17 100644
--- a/docs/xml-docs/fop/readme.xml
+++ b/docs/xml-docs/fop/readme.xml
@@ -1,7 +1,6 @@
-
|
|