<s3 title="B.3 Inline Formatting Objects">
<ul>
+ <li>character</li>
<li>external-graphic</li>
<li>inline</li>
<li>instream-foreign-object</li>
<li>page-number </li>
<li>page-number-citation, see <jump href="limitations.html">limitations</jump></li>
</ul>
- <p>Not implemented: bidi-override, character, initial-property-set, inline-container</p>
+ <p>Not implemented: bidi-override, initial-property-set, inline-container</p>
</s3>
<s3 title="B.4 Table Formatting Objects">
<ul>
- <li>table (minimal support)</li>
- <li>table-column (minimal support)</li>
- <li>table-body (minimal support)</li>
- <li>table-row (minimal support)</li>
- <li>table-cell (minimal support)</li>
+ <li>table </li>
+ <li>table-body</li>
+ <li>table-cell</li>
+ <li>table-column</li>
+ <li>table-footer</li>
+ <li>table-header</li>
+ <li>table-row</li>
</ul>
- <p>Not implemented: table-and-caption, table-caption, table-header, table-footer </p>
+ <p>Not implemented: table-and-caption, table-caption </p>
</s3>
<s3 title="B.5 List Formatting Objects">
<li>bottom</li>
<li>break-after </li>
<li>break-before </li>
+ <li>character</li>
<li>color </li>
+ <li>column-count</li>
+ <li>column-gap</li>
<li>column-width </li>
<li>country</li>
<li>end-indent </li>
<li>keep-with-next (broken)</li>
<li>language</li>
<li>leader-alignment (not value "page")</li>
- <li>leader-length (no percentage values)</li>
+ <li>leader-length (see limitations)</li>
<li>leader-pattern (not value "use-content")</li>
<li>leader-pattern-width</li>
<li>left</li>
<li>margin-top (only on pages and regions) </li>
<li>master-name </li>
<li>maximum-repeats</li>
+ <li>number-columns-spanned</li>
<li>odd-or-even</li>
<li>padding (only one value allowed) </li>
<li>padding-after</li>
<li>ref-id </li>
<li>region-name</li>
<li>right</li>
+ <li>rule-style</li>
<li>rule-thickness </li>
<li>space-after.optimum </li>
<li>space-before.optimum </li>
+ <li>span</li>
<li>src </li>
<li>start-indent </li>
+ <li>table-omit-footer-at-break</li>
+ <li>table-omit-header-at-break</li>
<li>text-align </li>
<li>text-align-last </li>
<li>textdecoration (only value "underline")</li>
in <jump href="implemented.html">features</jump>, sometimes it does so only in a limited way.
</p>
+ <s2 title="fo:leader">
+ <p>Only the property leader-length.optimum is used, so for all purposes you can use
+ "leader-length" instead. leader-length.minimum/maximum should be honored
+ for line-justification, but this does not happen.
+ </p>
+ </s2>
+
<s2 title="page-number-citation">
<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
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.
+ <p>The latest version of Fop is 0.16 and it supports the xsl:fo candidate release.
You can <jump href="download.html">download</jump>
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
<s2 title="FOP Objectives">
<p>The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic
- conformance level described in the 27 March 2000 XSL WD, and that complies with the 11 March 1999 Portable Document
+ conformance level described in the W3C Candidate Recommendation 21 November 2000, and that complies with the 11 March 1999 Portable Document
Format Specification (Version 1.3) from Adobe Systems.
</p>
+REM creates pdf and html documentation
@echo off
-echo Building Fop documentation (pdf)
+echo Building Fop documentation (pdf,html)
echo ----------------
if "%JAVA_HOME%" == "" goto error
-set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;..\..\lib\ant.jar;..\..\lib\xml.jar;..\..\lib\w3c.jar;..\..\lib;..\..\build\fop.jar
+set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;..\..\lib\ant.jar;..\..\lib\xml.jar;..\..\lib\w3c.jar;..\..\lib;..\..\build\fop.jar;..\..\lib\stylebook.jar
set ANT_HOME=.\lib
%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
+
+%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
+
goto end
:error
rem set LOCALCLASSPATH=
+
+
#!/bin/sh
#This file should be executable
echo
-echo "Converting Fop's xml documentation into a pdf file"
+echo "Converting Fop's xml documentation into a pdf file, creating html docs"
echo "----------------"
echo
exit 1
fi
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../lib/ant.jar:../../lib/xml.jar:../../lib/w3c.jar:../../lib:../../build/fop.jar
+LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../lib/ant.jar:../../lib/xml.jar:../../lib/w3c.jar:../../lib:../../build/fop.jar:../../lib\stylebook.jar
ANT_HOME=../../lib
echo Building with classpath $CLASSPATH:$LOCALCLASSPATH
echo
$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $*
+
+$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/