]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
some minor updates, typos, a bit more info on embedding
authorKeiron Liddle <keiron@apache.org>
Tue, 14 Aug 2001 08:40:50 +0000 (08:40 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 14 Aug 2001 08:40:50 +0000 (08:40 +0000)
new version number

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194418 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/fop/configuration.xml
docs/xml-docs/fop/embedding.xml
docs/xml-docs/fop/readme.xml
docs/xml-docs/fop/todo.xml

index 6404485bb7cc3ffbc42c8a2762b708d409b14e4d..48f3863ba09d9ff67f790b8ae2867e7441e93581 100644 (file)
@@ -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">
index 745bc2a40876bbab9382a7cf79b5fd6d95920abb..6a7884b70f5e0ef913c8f945d88d5d640cb7323c 100644 (file)
    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
index 5604e3793a917b08b6517fa9e41a735e36a9a0a0..69e7db6a3b4c6866c075c61483bdfe1a73484476 100644 (file)
@@ -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
index 777ed57d7ef00a2bc63f3595c2c0e93714f965dd..aa1effcbf8c2709e85714b5dfd175c4daa8f285b 100644 (file)
@@ -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">