<page id="compiling" label="Compiling" source="fop/compiling.xml" />
<page id="testing" label="Testing" source="fop/testing.xml" />
<separator/>
+ <page id="relnotes" label="Release Notes" source="fop/relnotes.xml" />
+ <separator/>
<faqs id="faq" label="FAQ" source="fop/faq.xml"/>
<page id="bugs" label="Bugs" source="fop/bugs.xml" />
<page id="resources" label="Resources" source="fop/resources.xml" />
<p>
<figure width="480" height="260" src="document.jpg" alt="Render Diagram" />
</p>
- <p>The latest version of Fop is 0.20.3 and it supports the xsl:fo
+ <p>The latest version of Fop is 0.20.3 and it supports the
<jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
W3C Recommendation</jump>.
You can <jump href="download.html">download</jump>
--- /dev/null
+<?xml version="1.0" standalone="no"?>
+
+<!-- Overview -->
+
+<document>
+ <header>
+ <title>Release Notes</title>
+ <subtitle>Fop 0.20.3</subtitle>
+ <authors>
+ </authors>
+ </header>
+
+ <body>
+<s1 title="FOP 0.20.3">
+ <p>Important Information:
+ <ul>
+ <li>This version supports the
+ <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
+ W3C Recommendation</jump> syntax. So don't forget to update your
+ Stylesheets:
+ <p>Just rename the <code>master-name</code> property to <code>master-reference</code>
+ on <code>fo:page-sequence</code>, <code>fo:single-page-master-reference</code>,
+ <code>fo:repeatable-page-master-reference</code> and
+ <code>fo:conditional-page-master-reference</code>.</p></li>
+ <li>JDK 1.2 (or better) is required</li>
+ <li>Jimi has been removed for licensing reasons
+ <p>If you need PNG support you have to download
+ <jump href="http://java.sun.com/products/jimi/">Jimi</jump>,
+ copy it to lib/ and build FOP yourself</p></li>
+ <li>Building under JDK 1.4:
+ <p>You need to add a method in
+ <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
+ (search for jdk1.4 and remove the comments)
+ </p>
+ </li>
+ </ul>
+ </p>
+ </s1>
+
+ </body>
+</document>
+
<li><jump href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</jump></li>
<li><jump href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">J. David Eisenberg: Using XSL Formatting Objects</jump></li>
<li><jump href="http://zvon.org/xxl/xslfoReference/Output/index.html">Miloslav Nic: XSL FO reference</jump></li>
+ <li><jump href="http://www.dpawson.co.uk/xsl/sect3/bk/index.html">Dave Pawson: An introduction to XSL Formatting Objects</jump></li>
</ul>
</s2>
<s2 title="Other resources">
<jump href="http://xml.apache.org/xerces-j/index.html">Xerces-J</jump>.
(Xerces is the default xml parser)
</li>
- <li>An XSLT processor
+ <li>An XSLT processor (Xalan is included)
</li>
<li>The SVG library batik.jar is the library from the <jump href="http://xml.apache.org/batik/">batik project</jump> at xml.apache.org.
</li>
- <li>The imaging library Jimi from Sun
- </li>
</ul>
</p>
</s2>