From 78c5cef44b0719c623919be54a85b5c2b55e81c2 Mon Sep 17 00:00:00 2001 From: Christian Geisert Date: Fri, 1 Mar 2002 00:02:42 +0000 Subject: added release notes for 0.20.3 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194677 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop.xml | 2 ++ docs/xml-docs/fop/readme.xml | 2 +- docs/xml-docs/fop/relnotes.xml | 42 +++++++++++++++++++++++++++++++++++++++++ docs/xml-docs/fop/resources.xml | 1 + docs/xml-docs/fop/running.xml | 4 +--- 5 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 docs/xml-docs/fop/relnotes.xml diff --git a/docs/xml-docs/fop.xml b/docs/xml-docs/fop.xml index aa768d2c0..ac3c17d11 100644 --- a/docs/xml-docs/fop.xml +++ b/docs/xml-docs/fop.xml @@ -22,6 +22,8 @@ + + diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 791b0503d..2547f5bc6 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -26,7 +26,7 @@

-

The latest version of Fop is 0.20.3 and it supports the xsl:fo +

The latest version of Fop is 0.20.3 and it supports the XSL-FO Version 1.0 W3C Recommendation. You can download diff --git a/docs/xml-docs/fop/relnotes.xml b/docs/xml-docs/fop/relnotes.xml new file mode 100644 index 000000000..589701226 --- /dev/null +++ b/docs/xml-docs/fop/relnotes.xml @@ -0,0 +1,42 @@ + + + + + +

+ Release Notes + Fop 0.20.3 + + +
+ + + +

Important Information: +

    +
  • This version supports the + XSL-FO Version 1.0 + W3C Recommendation syntax. So don't forget to update your + Stylesheets: +

    Just rename the master-name property to master-reference + on fo:page-sequence, fo:single-page-master-reference, + fo:repeatable-page-master-reference and + fo:conditional-page-master-reference.

  • +
  • JDK 1.2 (or better) is required
  • +
  • Jimi has been removed for licensing reasons +

    If you need PNG support you have to download + Jimi, + copy it to lib/ and build FOP yourself

  • +
  • Building under JDK 1.4: +

    You need to add a method in + src/org/apache/fop/svg/PDFGraphics2D.java + (search for jdk1.4 and remove the comments) +

    +
  • +
+

+
+ + + + diff --git a/docs/xml-docs/fop/resources.xml b/docs/xml-docs/fop/resources.xml index 2fce4b73b..290bd310a 100644 --- a/docs/xml-docs/fop/resources.xml +++ b/docs/xml-docs/fop/resources.xml @@ -33,6 +33,7 @@
  • Paul Sandoz: Using formatting objects with the slides dtd
  • J. David Eisenberg: Using XSL Formatting Objects
  • Miloslav Nic: XSL FO reference
  • +
  • Dave Pawson: An introduction to XSL Formatting Objects
  • diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index e44b83e16..56bb026b1 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -15,12 +15,10 @@ Xerces-J. (Xerces is the default xml parser) -
  • An XSLT processor +
  • An XSLT processor (Xalan is included)
  • The SVG library batik.jar is the library from the batik project at xml.apache.org.
  • -
  • The imaging library Jimi from Sun -
  • -- cgit v1.2.3