aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-08-14 08:40:50 +0000
committerKeiron Liddle <keiron@apache.org>2001-08-14 08:40:50 +0000
commitd29a60b1804799111a0228b9976f0b69464fada6 (patch)
treef6fc450209faa10d0930e5523d1f61fdc4ce5e7e /docs/xml-docs/fop
parent9a5937916b85b1bee08aea61b5014169dca164ef (diff)
downloadxmlgraphics-fop-d29a60b1804799111a0228b9976f0b69464fada6.tar.gz
xmlgraphics-fop-d29a60b1804799111a0228b9976f0b69464fada6.zip
some minor updates, typos, a bit more info on embedding
new version number git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194418 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop')
-rw-r--r--docs/xml-docs/fop/configuration.xml3
-rw-r--r--docs/xml-docs/fop/embedding.xml6
-rw-r--r--docs/xml-docs/fop/readme.xml2
-rw-r--r--docs/xml-docs/fop/todo.xml9
4 files changed, 17 insertions, 3 deletions
diff --git a/docs/xml-docs/fop/configuration.xml b/docs/xml-docs/fop/configuration.xml
index 6404485bb..48f3863ba 100644
--- a/docs/xml-docs/fop/configuration.xml
+++ b/docs/xml-docs/fop/configuration.xml
@@ -12,7 +12,8 @@
configuration files are xml files, so keep them at least well-formed ;-)
</p>
<p>The file userconfig.xml is not read automatically, but the user must specify its use on
- the command line. See <jump href="running.html">Running Fop</jump> for details.
+ the command line. See <jump href="running.html">Running Fop</jump>
+ or <jump href="embedding.html">Embedding Fop</jump> for details.
</p>
</s2>
<s2 title="setting up hyphenation">
diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml
index 745bc2a40..6a7884b70 100644
--- a/docs/xml-docs/fop/embedding.xml
+++ b/docs/xml-docs/fop/embedding.xml
@@ -28,6 +28,12 @@
driver.run();
]]></source>
+ <p>To setup the user config file you can do the following
+ </p>
+ <source><![CDATA[
+ userConfigFile = new File(userConfig);
+ options = new Options(userConfigFile);
+]]></source>
<p>Once the Driver is set up, the render method
is called. Depending on whether DOM or SAX is being used, the
diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml
index 5604e3793..69e7db6a3 100644
--- a/docs/xml-docs/fop/readme.xml
+++ b/docs/xml-docs/fop/readme.xml
@@ -11,7 +11,7 @@
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.18 and it supports the xsl:fo candidate release.
+ <p>The latest version of Fop is 0.20.1 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
diff --git a/docs/xml-docs/fop/todo.xml b/docs/xml-docs/fop/todo.xml
index 777ed57d7..aa1effcbf 100644
--- a/docs/xml-docs/fop/todo.xml
+++ b/docs/xml-docs/fop/todo.xml
@@ -41,6 +41,12 @@ Currently all properties are in the xml file. We need to handle all default
values properly (including ones that change depending on the element) and
all possible values.
</p>
+ <p>
+To see if a property is implemented then look in the src/codegen/foproperties.xml file.
+ </p>
+ <p>
+To see if a particular element uses this property then look in the element code. This is generally found in the package org.apache.fop.fo.flow.*.
+ </p>
</s3>
<s3 title="Property Resolution">
<p>
@@ -118,8 +124,9 @@ suggested by Vincent Hardy.
</s3>
<s3 title="stream encoding">
<p>
-support for different encoding on different types of streams
+Support for different encoding on different types of streams
in pdf document.
+For example images.
</p>
</s3>
<s3 title="svg features">