You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2009/05/19 13:13:37 UTC

svn commit: r776271 [7/14] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ skin/images/ trunk/

Propchange: xmlgraphics/site/deploy/fop/0.95/changes_0.95beta.rss
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: xmlgraphics/site/deploy/fop/0.95/changes_0.95beta.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/changes_0.95beta.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/changes_0.95beta.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/changes_0.95beta.xml Tue May 19 11:13:27 2009
@@ -223,4 +223,4 @@
         PDF Transcoder (SVG) text painting has been completely rewritten.
         Except for some special cases (with filters for example), all text
         (including flow text) is now painted using PDF text operators.
-       Committed by JM.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Adrian Cumiskey (AC), Andreas Delmelle (AD), Jeremias Märki (JM), Max Berger (MB), Vincent Hennebert (VH).</p><p>This is a list of other contributors:<br/>Adrian Cumiskey, Andrejus Chaliapinas, Bruno Feurer, ckohrn.at.tng.de, David Churavy, David Delbecq, Gordon Cooke, Justus Piater, Max Berger, Patrick Jaromin, Stefan Ziel, V. Schappert.</p></section></section></body></document>
+       Committed by JM.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Adrian Cumiskey (AC), Andreas Delmelle (AD), Jeremias Märki (JM), Max Berger (MB), Vincent Hennebert (VH).</p><p>This is a list of other contributors:<br/>Adrian Cumiskey, Andrejus Chaliapinas, Bruno Feurer, ckohrn.at.tng.de, David Churavy, David Delbecq, Gordon Cooke, Justus Piater, Max Berger, Patrick Jaromin, Stefan Ziel, V. Schappert.</p></section></section></body></document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/compiling.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/compiling.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/compiling.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/compiling.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -240,7 +240,7 @@
 </div>
 </div>
     
-<a name="N10011"></a><a name="build-needed"></a>
+<a name="N10012"></a><a name="build-needed"></a>
 <h2 class="underlined_10">Do You Need To Build?</h2>
 <div class="section">
 <p>
@@ -255,16 +255,16 @@
       </p>
 </div>
     
-<a name="N10022"></a><a name="env"></a>
+<a name="N10023"></a><a name="env"></a>
 <h2 class="underlined_10">Set Up Your Environment</h2>
 <div class="section">
-<a name="N10028"></a><a name="env-jdk"></a>
+<a name="N10029"></a><a name="env-jdk"></a>
 <h3 class="underlined_5">JDK</h3>
 <p>
           Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
           (A Java Runtime Environment is not sufficient).
         </p>
-<a name="N10032"></a><a name="env-classpath"></a>
+<a name="N10033"></a><a name="env-classpath"></a>
 <h3 class="underlined_5">CLASSPATH</h3>
 <p>
           There is generally no need to setup a classpath. All libraries needed to compile FOP are included 
@@ -272,7 +272,7 @@
           You will only need to adjust the classpath if you build FOP in some other way. See the build 
           script build.xml for details.
         </p>
-<a name="N1003C"></a><a name="env-java-home"></a>
+<a name="N1003D"></a><a name="env-java-home"></a>
 <h3 class="underlined_5">JAVA_HOME</h3>
 <p>
           The build script uses <a class="external" href="http://ant.apache.org/">Apache Ant</a>, a popular 
@@ -280,7 +280,7 @@
           your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally 
           does not need this setting.
         </p>
-<a name="N1004A"></a><a name="env-ant"></a>
+<a name="N1004B"></a><a name="env-ant"></a>
 <h3 class="underlined_5">Apache Ant</h3>
 <p>
           
@@ -290,7 +290,7 @@
         </p>
 </div>
     
-<a name="N1005D"></a><a name="build-script"></a>
+<a name="N1005E"></a><a name="build-script"></a>
 <h2 class="underlined_10">Run the Build Script</h2>
 <div class="section">
 <p>
@@ -357,7 +357,7 @@
 </div>
 </div>
     
-<a name="N100AF"></a><a name="problems"></a>
+<a name="N100B0"></a><a name="problems"></a>
 <h2 class="underlined_10">Troubleshooting</h2>
 <div class="section">
 <p>If you have problems building FOP, please try the following:</p>

Modified: xmlgraphics/site/deploy/fop/0.95/compiling.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/compiling.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/compiling.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/compiling.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/compiling.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/compiling.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Building from Source Code</title>
     <version>$Revision$</version>
@@ -134,4 +134,4 @@
       </ul>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/configuration.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/configuration.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/configuration.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/configuration.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -242,7 +242,7 @@
 </div>
 </div>
   
-<a name="N10011"></a><a name="general"></a>
+<a name="N10012"></a><a name="general"></a>
 <h2 class="underlined_10">Configuration File Basics</h2>
 <div class="section">
 <p>
@@ -258,7 +258,7 @@
       Be sure to follow any instructions, including comments which specify the value range.
       Also, since the configuration file is XML, be sure to keep it well-formed.
     </p>
-<a name="N10020"></a><a name="general-available"></a>
+<a name="N10021"></a><a name="general-available"></a>
 <h3 class="underlined_5">Making Configuration Available to FOP</h3>
 <p>After creating your configuration file, you must tell FOP how to find it:</p>
 <ul>
@@ -280,7 +280,7 @@
       </p>
 </div>
   
-<a name="N10043"></a><a name="general-elements"></a>
+<a name="N10044"></a><a name="general-elements"></a>
 <h2 class="underlined_10">Summary of the General Configuration Options</h2>
 <div class="section">
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -470,7 +470,7 @@
 &lt;/fop&gt;</pre>
 </div>
   
-<a name="N1017F"></a><a name="renderers"></a>
+<a name="N10180"></a><a name="renderers"></a>
 <h2 class="underlined_10">Renderer configuration</h2>
 <div class="section">
 <p>
@@ -505,7 +505,7 @@
       The details on the font configuration can be found on the separate <a href="fonts.html">Fonts</a> page.
       Note especially the section entitled <a href="fonts.html#register">Register Fonts with FOP</a>.
     </p>
-<a name="N1019A"></a><a name="pdf-renderer"></a>
+<a name="N1019B"></a><a name="pdf-renderer"></a>
 <h3 class="underlined_5">Special Settings for the PDF Renderer</h3>
 <p>
         The configuration element for the PDF renderer contains two elements. One is for the font configuration
@@ -559,7 +559,7 @@
       
       &lt;fonts....
       &lt;/renderer&gt;</pre>
-<a name="N101BA"></a><a name="ps-renderer"></a>
+<a name="N101BB"></a><a name="ps-renderer"></a>
 <h3 class="underlined_5">Special Settings for the PostScript Renderer</h3>
 <p>
         Besides the normal font configuration (the same "fonts" element as for the PDF renderer) the PostScript
@@ -582,7 +582,7 @@
         &lt;/font&gt;
       &lt;/fonts&gt;
     &lt;/renderer&gt;</pre>
-<a name="N101C8"></a><a name="pcl-renderer"></a>
+<a name="N101C9"></a><a name="pcl-renderer"></a>
 <h3 class="underlined_5">Special Settings for the PCL Renderer</h3>
 <p>
         Non-standard fonts for the PCL renderer are made available through the Java2D subsystem which means that
@@ -612,7 +612,7 @@
 </div>
 
         
-<a name="N101E0"></a><a name="When+it+does+not+work"></a>
+<a name="N101E1"></a><a name="When+it+does+not+work"></a>
 <h2 class="underlined_10">When it does not work</h2>
 <div class="section">
 <p>FOP searches the configuration file for the information it

Modified: xmlgraphics/site/deploy/fop/0.95/configuration.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/configuration.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/configuration.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/configuration.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/configuration.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/configuration.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Configuration</title>
     <version>$Revision$</version>
@@ -387,4 +387,4 @@
 
         </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/embedding.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/embedding.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/embedding.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/embedding.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -298,7 +298,7 @@
 </div>
 </div>
   
-<a name="N10015"></a><a name="overview"></a>
+<a name="N10016"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -328,7 +328,7 @@
 </div>
 </div>
   
-<a name="N10029"></a><a name="basics"></a>
+<a name="N1002A"></a><a name="basics"></a>
 <h2 class="underlined_10">Basic Usage Pattern</h2>
 <div class="section">
 <p>
@@ -457,7 +457,7 @@
       to a file to check if that part generates the expected output. An example for that
       can be found in the <a href="#examples">Embedding examples</a> (See "ExampleXML2FO").
     </p>
-<a name="N10078"></a><a name="basic-logging"></a>
+<a name="N10079"></a><a name="basic-logging"></a>
 <h3 class="underlined_5">Logging</h3>
 <p>
         Logging is now a little different than it was in FOP 0.20.5. We've switched from
@@ -491,7 +491,7 @@
         <a class="external" href="http://commons.apache.org/logging/">documentation for Jakarta Commons Logging</a> on
         how to configure alternative backends.
       </p>
-<a name="N10098"></a><a name="render"></a>
+<a name="N10099"></a><a name="render"></a>
 <h3 class="underlined_5">Processing XSL-FO</h3>
 <p>
         Once the Fop instance is set up, call <span class="codefrag">getDefaultHandler()</span> to obtain a SAX 
@@ -501,7 +501,7 @@
         DefaultHandler's <span class="codefrag">endDocument()</span> method is called. Please refer to the basic
         usage pattern shown above to render a simple XSL-FO document.
       </p>
-<a name="N100AB"></a><a name="render-with-xslt"></a>
+<a name="N100AC"></a><a name="render-with-xslt"></a>
 <h3 class="underlined_5">Processing XSL-FO generated from XML+XSLT</h3>
 <p>
         If you want to process XSL-FO generated from XML using XSLT we recommend 
@@ -518,7 +518,7 @@
   Transformer transformer = factory.newTransformer(xslt);</pre>
 </div>
   
-<a name="N100BA"></a><a name="input"></a>
+<a name="N100BB"></a><a name="input"></a>
 <h2 class="underlined_10">Input Sources</h2>
 <div class="section">
 <p>
@@ -585,14 +585,14 @@
     </p>
 </div>
   
-<a name="N10115"></a><a name="config-internal"></a>
+<a name="N10116"></a><a name="config-internal"></a>
 <h2 class="underlined_10">Configuring Apache FOP Programmatically</h2>
 <div class="section">
 <p>
       Apache FOP provides two levels on which you can customize FOP's
       behaviour: the FopFactory and the user agent.
     </p>
-<a name="N1011E"></a><a name="fop-factory"></a>
+<a name="N1011F"></a><a name="fop-factory"></a>
 <h3 class="underlined_5">Customizing the FopFactory</h3>
 <p>
         The FopFactory holds configuration data and references to objects which are reusable over
@@ -694,7 +694,7 @@
 </li>
       
 </ul>
-<a name="N10190"></a><a name="user-agent"></a>
+<a name="N10191"></a><a name="user-agent"></a>
 <h3 class="underlined_5">Customizing the User Agent</h3>
 <p>
         The user agent is the entity that allows you to interact with a single rendering run, i.e. the processing of a single 
@@ -851,7 +851,7 @@
 </div>
 </div>
   
-<a name="N1023E"></a><a name="config-external"></a>
+<a name="N1023F"></a><a name="config-external"></a>
 <h2 class="underlined_10">Using a Configuration File</h2>
 <div class="section">
 <p>
@@ -876,10 +876,10 @@
     </p>
 </div>
   
-<a name="N10253"></a><a name="hints"></a>
+<a name="N10254"></a><a name="hints"></a>
 <h2 class="underlined_10">Hints</h2>
 <div class="section">
-<a name="N10259"></a><a name="object-reuse"></a>
+<a name="N1025A"></a><a name="object-reuse"></a>
 <h3 class="underlined_5">Object reuse</h3>
 <p>
         Fop instances shouldn't (and can't) be reused. Please recreate
@@ -887,7 +887,7 @@
         This is a cheap operation as all reusable information is held in the 
         FopFactory. That's why it's so important to reuse the FopFactory instance.
      </p>
-<a name="N10263"></a><a name="awt"></a>
+<a name="N10264"></a><a name="awt"></a>
 <h3 class="underlined_5">AWT issues</h3>
 <p>
         If your XSL-FO files contain SVG then Apache Batik will be used. When Batik is
@@ -905,7 +905,7 @@
         If you run into trouble running FOP on a head-less server, please see the
         <a href="graphics.html#batik">notes on Batik</a>.
       </p>
-<a name="N1027D"></a><a name="render-info"></a>
+<a name="N1027E"></a><a name="render-info"></a>
 <h3 class="underlined_5">Getting information on the rendering process</h3>
 <p>
         To get the number of pages that were rendered by FOP you can call 
@@ -918,7 +918,7 @@
       </p>
 </div>
   
-<a name="N1028E"></a><a name="performance"></a>
+<a name="N1028F"></a><a name="performance"></a>
 <h2 class="underlined_10">Improving performance</h2>
 <div class="section">
 <p>
@@ -961,7 +961,7 @@
 </ul>
 </div>
   
-<a name="N102BC"></a><a name="multithreading"></a>
+<a name="N102BD"></a><a name="multithreading"></a>
 <h2 class="underlined_10">Multithreading FOP</h2>
 <div class="section">
 <p>
@@ -976,13 +976,13 @@
     </p>
 </div>
 
-<a name="N102C9"></a><a name="examples"></a>
+<a name="N102CA"></a><a name="examples"></a>
 <h2 class="underlined_10">Examples</h2>
 <div class="section">
 <p>
    The directory "{fop-dir}/examples/embedding" contains several working examples. 
   </p>
-<a name="N102D2"></a><a name="ExampleFO2PDF"></a>
+<a name="N102D3"></a><a name="ExampleFO2PDF"></a>
 <h3 class="underlined_5">ExampleFO2PDF.java</h3>
 <p>This
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleFO2PDF.java?view=markup">
@@ -992,7 +992,7 @@
     </p>
 <div id="" style="text-align: center;">
 <img id="" class="figure" alt="Example XSL-FO to PDF" src="images/EmbeddingExampleFO2PDF.png"></div>
-<a name="N102E4"></a><a name="ExampleXML2FO"></a>
+<a name="N102E5"></a><a name="ExampleXML2FO"></a>
 <h3 class="underlined_5">ExampleXML2FO.java</h3>
 <p>This 
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleXML2FO.java?view=markup">
@@ -1004,7 +1004,7 @@
     </p>
 <div id="" style="text-align: center;">
 <img id="" class="figure" alt="Example XML to XSL-FO" src="images/EmbeddingExampleXML2FO.png"></div>
-<a name="N102FA"></a><a name="ExampleXML2PDF"></a>
+<a name="N102FB"></a><a name="ExampleXML2PDF"></a>
 <h3 class="underlined_5">ExampleXML2PDF.java</h3>
 <p>This 
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleXML2PDF.java?view=markup">
@@ -1024,7 +1024,7 @@
 strongly discourage you to do this if it isn't absolutely necessary. The 
 performance is significantly higher with SAX.
     </p>
-<a name="N1030F"></a><a name="ExampleObj2XML"></a>
+<a name="N10310"></a><a name="ExampleObj2XML"></a>
 <h3 class="underlined_5">ExampleObj2XML.java</h3>
 <p>This 
     <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleObj2XML.java?view=markup">
@@ -1057,7 +1057,7 @@
 used. For more detailed information see other resources on JAXP (ex. 
 <a class="external" href="http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/xslt/3_generate.html">An older JAXP tutorial</a>).
     </p>
-<a name="N1032F"></a><a name="ExampleObj2PDF"></a>
+<a name="N10330"></a><a name="ExampleObj2PDF"></a>
 <h3 class="underlined_5">ExampleObj2PDF.java</h3>
 <p>This 
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleObj2PDF.java?view=markup">
@@ -1070,7 +1070,7 @@
     </p>
 <div id="" style="text-align: center;">
 <img id="" class="figure" alt="Example Java object to PDF (via XML and XSL-FO)" src="images/EmbeddingExampleObj2PDF.png"></div>
-<a name="N10341"></a><a name="ExampleDOM2PDF"></a>
+<a name="N10342"></a><a name="ExampleDOM2PDF"></a>
 <h3 class="underlined_5">ExampleDOM2PDF.java</h3>
 <p>This 
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleDOM2PDF.java?view=markup">
@@ -1078,7 +1078,7 @@
 has FOP use a DOMSource instead of a StreamSource in order to 
 use a DOM tree as input for an XSL transformation.
     </p>
-<a name="N1034F"></a><a name="ExampleSVG2PDF"></a>
+<a name="N10350"></a><a name="ExampleSVG2PDF"></a>
 <h3 class="underlined_5">ExampleSVG2PDF.java (PDF Transcoder example)</h3>
 <p>This 
         <a class="external" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleSVG2PDF.java?view=markup">
@@ -1086,7 +1086,7 @@
 shows the usage of the PDF Transcoder, a sub-application within FOP.  
 It is used to generate a PDF document from an SVG file.
     </p>
-<a name="N1035D"></a><a name="example-notes"></a>
+<a name="N1035E"></a><a name="example-notes"></a>
 <h3 class="underlined_5">Final notes</h3>
 <p>
 These examples should give you an idea of what's possible. It should be easy 

Modified: xmlgraphics/site/deploy/fop/0.95/embedding.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/embedding.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/embedding.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/embedding.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/embedding.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/embedding.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!-- Embedding FOP --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Embedding</title>
     <subtitle>How to Embed FOP in a Java application</subtitle>
@@ -681,4 +681,4 @@
   </section>
 </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/extensions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/extensions.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/extensions.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/extensions.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -274,7 +274,7 @@
 <div class="content">All extensions require the correct use of an appropriate namespace in your input document.</div>
 </div>
     
-<a name="N1001E"></a><a name="svg"></a>
+<a name="N1001F"></a><a name="svg"></a>
 <h2 class="underlined_10">SVG</h2>
 <div class="section">
 <p>
@@ -282,10 +282,10 @@
       </p>
 </div>
     
-<a name="N1002C"></a><a name="fo-extensions"></a>
+<a name="N1002D"></a><a name="fo-extensions"></a>
 <h2 class="underlined_10">FO Extensions</h2>
 <div class="section">
-<a name="N10032"></a><a name="fox-namespace"></a>
+<a name="N10033"></a><a name="fox-namespace"></a>
 <h3 class="underlined_5">Namespace</h3>
 <p>
           By convention, FO extensions in FOP use the "fox" namespace prefix.
@@ -294,14 +294,14 @@
         </p>
 <pre class="code">&lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"&gt;</pre>
-<a name="N10043"></a><a name="bookmarks"></a>
+<a name="N10044"></a><a name="bookmarks"></a>
 <h3 class="underlined_5">PDF Bookmarks</h3>
 <p>
           In previous versions of Apache FOP there was a <span class="codefrag">fox:outline</span> element
           which was used to create outlines in PDF files. The redesigned code makes use
           of the new <a class="external" href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">bookmark feature defined in the latest XSL 1.1 working draft</a>.
         </p>
-<a name="N10054"></a><a name="named-destinations"></a>
+<a name="N10055"></a><a name="named-destinations"></a>
 <h3 class="underlined_5">Anchors or Named Destinations</h3>
 <p>Use the fox:destination element to define "named destinations" inside a PDF document.
 These are useful as fragment identifiers, e.g. "http://server/document.pdf#anchor-name".
@@ -320,10 +320,10 @@
 "id" attributes will generate named-destinations, which will eliminate the need for
 fox:destination.</div>
 </div>
-<a name="N10068"></a><a name="table-continue-label"></a>
+<a name="N10069"></a><a name="table-continue-label"></a>
 <h3 class="underlined_5">Table Continuation Label</h3>
 <p>This extension element hasn't been reimplemented for the redesigned code, yet.</p>
-<a name="N10074"></a><a name="widow-orphan-content-limit"></a>
+<a name="N10075"></a><a name="widow-orphan-content-limit"></a>
 <h3 class="underlined_5">fox:orphan-content-limit and fox:widow-content-limit</h3>
 <p>
           The two proprietary extension properties, fox:orphan-content-limit and
@@ -337,7 +337,7 @@
           the you'll have at least three lines (assuming line-height="1.2") together on a table
           or list-block.
         </p>
-<a name="N1007E"></a><a name="external-document"></a>
+<a name="N1007F"></a><a name="external-document"></a>
 <h3 class="underlined_5">fox:external-document</h3>
 <div class="note">
 <div class="label">Note</div>
@@ -366,7 +366,7 @@
           </span>
         
 </p>
-<a name="N100A5"></a><a name="Specification"></a>
+<a name="N100A6"></a><a name="Specification"></a>
 <h4>Specification</h4>
 <p>
             The <span class="codefrag">fox:external-document</span> extension formatting object is used to specify
@@ -436,7 +436,7 @@
             For this, XInclude is recommended.
           </div>
 </div>
-<a name="N10107"></a><a name="transform"></a>
+<a name="N10108"></a><a name="transform"></a>
 <h3 class="underlined_5">Free-form Transformation for fo:block-container</h3>
 <p>
           For <span class="codefrag">fo:block-container</span> elements whose <span class="codefrag">absolute-position</span> set to
@@ -461,14 +461,14 @@
           supported for PDF, PS and Java2D-based renderers.
         </div>
 </div>
-<a name="N1012D"></a><a name="color-functions"></a>
+<a name="N1012E"></a><a name="color-functions"></a>
 <h3 class="underlined_5">Color functions</h3>
 <p>
           XSL-FO supports specifying color using the rgb(), rgb-icc() and system-color() functions.
           Apache FOP provides additional color functions for special use cases. Please note that
           using these functions compromises the interoperability of an FO document.
         </p>
-<a name="N10136"></a><a name="color-function-cmyk"></a>
+<a name="N10137"></a><a name="color-function-cmyk"></a>
 <h4>cmyk()</h4>
 <p>
 <span class="codefrag">color cmyk(numeric, numeric, numeric, numeric)</span>

Modified: xmlgraphics/site/deploy/fop/0.95/extensions.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/extensions.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/extensions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/extensions.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/extensions.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/extensions.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Standard FOP Extensions</title>
     <version>$Revision$</version>
@@ -227,4 +227,4 @@
       
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/fonts.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/fonts.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/fonts.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/fonts.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -255,7 +255,7 @@
 </div>
 </div>
     
-<a name="N10024"></a><a name="intro"></a>
+<a name="N10025"></a><a name="intro"></a>
 <h2 class="underlined_10">Summary</h2>
 <div class="section">
 <p>The following table summarizes the font capabilities of the various FOP renderers:</p>
@@ -378,7 +378,7 @@
 </table>
 </div>
     
-<a name="N1014D"></a><a name="Base-14+Fonts"></a>
+<a name="N1014E"></a><a name="Base-14+Fonts"></a>
 <h2 class="underlined_10">Base-14 Fonts</h2>
 <div class="section">
 <p>
@@ -400,7 +400,7 @@
       </p>
 </div>
     
-<a name="N1015A"></a><a name="Missing+Fonts"></a>
+<a name="N1015B"></a><a name="Missing+Fonts"></a>
 <h2 class="underlined_10">Missing Fonts</h2>
 <div class="section">
 <p>
@@ -411,7 +411,7 @@
       </p>
 </div>
     
-<a name="N10164"></a><a name="awt"></a>
+<a name="N10165"></a><a name="awt"></a>
 <h2 class="underlined_10">Java2D/AWT/Operating System Fonts</h2>
 <div class="section">
 <p>
@@ -429,7 +429,7 @@
 </div>
     
     
-<a name="N10171"></a><a name="custom"></a>
+<a name="N10172"></a><a name="custom"></a>
 <h2 class="underlined_10">Custom Fonts</h2>
 <div class="section">
 <p>
@@ -465,7 +465,7 @@
 </div>
     
     
-<a name="N10192"></a><a name="basics"></a>
+<a name="N10193"></a><a name="basics"></a>
 <h2 class="underlined_10">Basic font configuration</h2>
 <div class="section">
 <p>
@@ -499,7 +499,7 @@
 </div>
     
     
-<a name="N101A7"></a><a name="advanced"></a>
+<a name="N101A8"></a><a name="advanced"></a>
 <h2 class="underlined_10">Advanced font configuration</h2>
 <div class="section">
 <p>
@@ -507,7 +507,7 @@
         additional instructions in case the basic font configuration doesn't lead to
         the desired results.
       </p>
-<a name="N101B0"></a><a name="type1-metrics"></a>
+<a name="N101B1"></a><a name="type1-metrics"></a>
 <h3 class="underlined_5">Type 1 Font Metrics</h3>
 <p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
           To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
@@ -541,7 +541,7 @@
           The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually.
           The constructed values however appear to have no visible influence.</div>
 </div>
-<a name="N101D9"></a><a name="truetype-metrics"></a>
+<a name="N101DA"></a><a name="truetype-metrics"></a>
 <h3 class="underlined_5">TrueType Font Metrics</h3>
 <p>FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it.
           Use it in a similar manner to PFMReader.
@@ -608,7 +608,7 @@
           the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this.
         </div>
 </div>
-<a name="N1023E"></a><a name="truetype-collections-metrics"></a>
+<a name="N1023F"></a><a name="truetype-collections-metrics"></a>
 <h3 class="underlined_5">TrueType Collections Font Metrics</h3>
 <p>TrueType collections (.ttc files) contain more than one font.
           To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.</p>
@@ -618,7 +618,7 @@
 <pre class="code">java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
           org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
           msmincho.ttc msminch.xml</pre>
-<a name="N10252"></a><a name="register"></a>
+<a name="N10253"></a><a name="register"></a>
 <h3 class="underlined_5">Register Fonts with FOP</h3>
 <p>You must tell FOP how to find and use the font metrics files by registering them in the <a href="configuration.html">FOP Configuration</a>. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:</p>
 <pre class="code">
@@ -672,7 +672,7 @@
           </li>
         
 </ul>
-<a name="N1028E"></a><a name="autodetect"></a>
+<a name="N1028F"></a><a name="autodetect"></a>
 <h3 class="underlined_5">Auto-Detect and auto-embedd feature</h3>
 <p>When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.</p>
 <p>FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:</p>
@@ -681,7 +681,7 @@
           Name: font/myfont.ttf
           Content-Type: application/x-font</pre>
 <p>This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.</p>
-<a name="N102A2"></a><a name="embedding"></a>
+<a name="N102A3"></a><a name="embedding"></a>
 <h3 class="underlined_5">Embedding</h3>
 <div class="note">
 <div class="label">Note</div>

Modified: xmlgraphics/site/deploy/fop/0.95/fonts.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/fonts.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/fonts.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/fonts.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/fonts.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Fonts</title>
     <version>$Revision$</version>
@@ -404,4 +404,4 @@
       </section-->
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/graphics.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/graphics.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/graphics.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/graphics.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -300,7 +300,7 @@
 </div>
 </div>
     
-<a name="N10011"></a><a name="introduction"></a>
+<a name="N10012"></a><a name="introduction"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
@@ -335,7 +335,7 @@
       </p>
 </div>
     
-<a name="N10032"></a><a name="support-overview"></a>
+<a name="N10033"></a><a name="support-overview"></a>
 <h2 class="underlined_10">Overview of Graphics Support</h2>
 <div class="section">
 <p>
@@ -481,7 +481,7 @@
         the image manipulation functionality.
       </div>
 </div>
-<a name="N1018D"></a><a name="format-map"></a>
+<a name="N1018E"></a><a name="format-map"></a>
 <h3 class="underlined_5">Map of supported image formats by output format</h3>
 <p>
           Not all image formats are supported for all output formats! For example, while you can
@@ -628,10 +628,10 @@
 </ul>
 </div>
     
-<a name="N10331"></a><a name="packages"></a>
+<a name="N10332"></a><a name="packages"></a>
 <h2 class="underlined_10">Graphics Packages</h2>
 <div class="section">
-<a name="N10337"></a><a name="native"></a>
+<a name="N10338"></a><a name="native"></a>
 <h3 class="underlined_5">XML Graphics Commons Native</h3>
 <p>
           
@@ -639,14 +639,14 @@
           of graphic file formats natively as basic functionality: all bitmap formats for which
           there are Image I/O codecs available (JPEG, PNG, GIF, TIFF, etc.), EPS and EMF.
         </p>
-<a name="N10345"></a><a name="fop-native"></a>
+<a name="N10346"></a><a name="fop-native"></a>
 <h3 class="underlined_5">FOP Native</h3>
 <p>
           FOP has no native image plug-ins for the image loading framework of its own but currently
           hosts the Batik-dependent SVG and WMF plug-ins until they can be moved to
           <a href="http://xmlgraphics.apache.org/batik/">Apache Batik</a>.
         </p>
-<a name="N10353"></a><a name="batik"></a>
+<a name="N10354"></a><a name="batik"></a>
 <h3 class="underlined_5">Apache Batik</h3>
 <p>
           
@@ -690,7 +690,7 @@
           </li>
         
 </ul>
-<a name="N10385"></a><a name="imageio"></a>
+<a name="N10386"></a><a name="imageio"></a>
 <h3 class="underlined_5">Image I/O</h3>
 <p>
           The image loading framework in <a href="http://xmlgraphics.apache.org/commons/">XML Graphics Commons</a>
@@ -703,22 +703,22 @@
         </p>
 </div>
     
-<a name="N1039E"></a><a name="image-formats"></a>
+<a name="N1039F"></a><a name="image-formats"></a>
 <h2 class="underlined_10">Details on image formats</h2>
 <div class="section">
-<a name="N103A4"></a><a name="bmp"></a>
+<a name="N103A5"></a><a name="bmp"></a>
 <h3 class="underlined_5">BMP</h3>
 <p>
           BMP images are supported through an Image I/O codec. There may be limitations of the
           codec which are outside the control of Apache FOP.
         </p>
-<a name="N103AE"></a><a name="emf"></a>
+<a name="N103AF"></a><a name="emf"></a>
 <h3 class="underlined_5">EMF</h3>
 <p>
           Windows Enhanced Metafiles (EMF) are only supported in RTF output where they are
           embedded without decoding.
         </p>
-<a name="N103B8"></a><a name="eps"></a>
+<a name="N103B9"></a><a name="eps"></a>
 <h3 class="underlined_5">EPS</h3>
 <p>Apache FOP allows to use EPS files when generating PostScript output only.</p>
 <p>
@@ -726,13 +726,13 @@
           FOP lacks a PostScript interpreter. Furthermore, FOP is currently not able
           to parse the preview bitmaps sometimes contained in EPS files.
         </p>
-<a name="N103C5"></a><a name="gif"></a>
+<a name="N103C6"></a><a name="gif"></a>
 <h3 class="underlined_5">GIF</h3>
 <p>
           GIF images are supported through an Image&nbsp;I/O codec. Transparency is supported but
           not guaranteed to work with every output format.
         </p>
-<a name="N103CF"></a><a name="jpeg"></a>
+<a name="N103D0"></a><a name="jpeg"></a>
 <h3 class="underlined_5">JPEG</h3>
 <p>
           FOP native support (i.e. the handling of undecoded images) of JPEG does not include all
@@ -746,15 +746,15 @@
           in some Image&nbsp;I/O codecs concerning images in the CMYK color space. Work-arounds are
           in place but may not always work as expected.
         </p>
-<a name="N103D9"></a><a name="png"></a>
+<a name="N103DA"></a><a name="png"></a>
 <h3 class="underlined_5">PNG</h3>
 <p>
           PNG images are supported through an Image&nbsp;I/O codec. Transparency is supported but
           not guaranteed to work with every output format.
         </p>
-<a name="N103E3"></a><a name="svg"></a>
+<a name="N103E4"></a><a name="svg"></a>
 <h3 class="underlined_5">SVG</h3>
-<a name="N103E9"></a><a name="svg-intro"></a>
+<a name="N103EA"></a><a name="svg-intro"></a>
 <h4>Introduction</h4>
 <p>FOP uses <a href="#batik"> Apache Batik</a> for SVG support.
             This format can be handled as an <span class="codefrag">fo:instream-foreign-object</span> or in a separate
@@ -768,7 +768,7 @@
             on the Batik site.
           </div>
 </div>
-<a name="N10404"></a><a name="svg-pdf-graphics"></a>
+<a name="N10405"></a><a name="svg-pdf-graphics"></a>
 <h4>Placing SVG Graphics into PDF</h4>
 <p>
             The SVG is rendered into PDF by using PDF commands to draw and fill
@@ -788,7 +788,7 @@
             contain effects or graphics with transparent areas may not be displayed
             correctly.
           </p>
-<a name="N10418"></a><a name="svg-pdf-text"></a>
+<a name="N10419"></a><a name="svg-pdf-text"></a>
 <h4>Placing SVG Text into PDF and PostScript</h4>
 <p>If possible, Batik will use normal PDF or PostScript text when inserting text. It does
             this by checking if the text can be drawn normally and the font is
@@ -814,7 +814,7 @@
             to be displayed nicely on your screen (see Edit / Preferences / Display).
             This setting will not affect the printing of your document, which should be OK in 
             any case, but will only affect the quality of the screen display.</p>
-<a name="N10430"></a><a name="svg-scaling"></a>
+<a name="N10431"></a><a name="svg-scaling"></a>
 <h4>Scaling</h4>
 <p>
             Currently, SVG images are rendered with the dimensions specified <em>in the SVG 
@@ -829,7 +829,7 @@
             size of a pixel. The use of pixels to specify sizes is discouraged as they may
             be interpreted differently in different environments.
           </p>
-<a name="N10444"></a><a name="svg-problems"></a>
+<a name="N10445"></a><a name="svg-problems"></a>
 <h4>Known Problems</h4>
 <ul>
             
@@ -855,7 +855,7 @@
             </li>
           
 </ul>
-<a name="N1045B"></a><a name="tiff"></a>
+<a name="N1045C"></a><a name="tiff"></a>
 <h3 class="underlined_5">TIFF</h3>
 <p>
           FOP can embed TIFF images without decompression into PDF, PostScript and AFP if they
@@ -865,7 +865,7 @@
 <p>
           There may be some limitation concerning images in the CMYK color space.
         </p>
-<a name="N10468"></a><a name="wmf"></a>
+<a name="N10469"></a><a name="wmf"></a>
 <h3 class="underlined_5">WMF</h3>
 <p>
           Windows Metafiles (WMF) are supported through classes in 
@@ -874,7 +874,7 @@
         </p>
 </div>
     
-<a name="N10477"></a><a name="resolution"></a>
+<a name="N10478"></a><a name="resolution"></a>
 <h2 class="underlined_10">Graphics Resolution</h2>
 <div class="section">
 <p>
@@ -899,7 +899,7 @@
       </p>
 </div>
     
-<a name="N1048B"></a><a name="page-selection"></a>
+<a name="N1048C"></a><a name="page-selection"></a>
 <h2 class="underlined_10">Page selection for multi-page formats</h2>
 <div class="section">
 <p>
@@ -910,7 +910,7 @@
       </p>
 </div>
     
-<a name="N10498"></a><a name="caching"></a>
+<a name="N10499"></a><a name="caching"></a>
 <h2 class="underlined_10">Image caching</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/0.95/graphics.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/graphics.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/graphics.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/graphics.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/graphics.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Graphics Formats</title>
     <version>$Revision$</version>
@@ -561,4 +561,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/hyphenation.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/hyphenation.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/hyphenation.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/hyphenation.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -234,10 +234,10 @@
 </div>
 </div>
     
-<a name="N10011"></a><a name="support"></a>
+<a name="N10012"></a><a name="support"></a>
 <h2 class="underlined_10">Hyphenation Support</h2>
 <div class="section">
-<a name="N10017"></a><a name="intro"></a>
+<a name="N10018"></a><a name="intro"></a>
 <h3 class="underlined_5">Introduction</h3>
 <p>FOP uses Liang's hyphenation algorithm, well known from TeX. It needs
        language specific pattern and other data for operation.</p>
@@ -253,7 +253,7 @@
        Please inquire on the <a href="../maillist.html#fop-user">FOP User
        mailing list</a>.</div>
 </div>
-<a name="N10034"></a><a name="license-issues"></a>
+<a name="N10035"></a><a name="license-issues"></a>
 <h3 class="underlined_5">License Issues</h3>
 <p>Many of the hyphenation files distributed with TeX and its offspring are
        licenced under the <a class="external" href="http://www.latex-project.org/lppl.html">LaTeX
@@ -272,12 +272,12 @@
 <div class="content">The user is responsible to settle license issues for hyphenation
        pattern files that are obtained from non-Apache sources.</div>
 </div>
-<a name="N10049"></a><a name="sources"></a>
+<a name="N1004A"></a><a name="sources"></a>
 <h3 class="underlined_5">Sources of Custom Hyphenation Pattern Files</h3>
 <p>The most important source of hyphenation pattern files is the
        <a class="external" href="http://www.ctan.org/tex-archive/language/hyphenation/">CTAN TeX
         Archive</a>.</p>
-<a name="N10058"></a><a name="install"></a>
+<a name="N10059"></a><a name="install"></a>
 <h3 class="underlined_5">Installing Custom Hyphenation Patterns</h3>
 <p>To install a custom hyphenation pattern for use with FOP:</p>
 <ol>
@@ -363,7 +363,7 @@
 </div>
 </div>
   
-<a name="N100CC"></a><a name="patterns"></a>
+<a name="N100CD"></a><a name="patterns"></a>
 <h2 class="underlined_10">Hyphenation Patterns</h2>
 <div class="section">
 <p>If you would like to build your own hyphenation pattern files, or modify

Modified: xmlgraphics/site/deploy/fop/0.95/hyphenation.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/hyphenation.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/hyphenation.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/hyphenation.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/hyphenation.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/hyphenation.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP: Hyphenation</title>
     <version>$Revision$</version>
@@ -231,4 +231,4 @@
      hyphenation.</p>
   </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/index.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/index.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/index.html Tue May 19 11:13:27 2009
@@ -186,7 +186,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -226,7 +226,7 @@
 </div>
 </div>
     
-<a name="N10011"></a><a name="intro"></a>
+<a name="N10012"></a><a name="intro"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
@@ -242,7 +242,7 @@
       </p>
 </div>
     
-<a name="N10026"></a><a name="upgrading"></a>
+<a name="N10027"></a><a name="upgrading"></a>
 <h2 class="underlined_10">Upgrading from an earlier version</h2>
 <div class="section">
 <p>
@@ -251,7 +251,7 @@
       </p>
 </div>
     
-<a name="N10034"></a><a name="download"></a>
+<a name="N10035"></a><a name="download"></a>
 <h2 class="underlined_10">Download</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/0.95/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/index.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/index.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/index.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/index.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP Version 0.95</title>
     <version>$Revision$</version>
@@ -48,4 +48,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/intermediate.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/intermediate.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/intermediate.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/intermediate.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -239,7 +239,7 @@
     </div>
 </div>
     
-<a name="N10017"></a><a name="introduction"></a>
+<a name="N10018"></a><a name="introduction"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
@@ -257,7 +257,7 @@
       </p>
 </div>
     
-<a name="N10028"></a><a name="usage"></a>
+<a name="N10029"></a><a name="usage"></a>
 <h2 class="underlined_10">Usage of the Intermediate Format</h2>
 <div class="section">
 <p>
@@ -324,7 +324,7 @@
         by using the "-atin" parameter for specifying the area tree XML as input file. You can also 
         specify a "mimic renderer" by inserting a MIME type between "-at" and the output file.
       </p>
-<a name="N10056"></a><a name="concat"></a>
+<a name="N10057"></a><a name="concat"></a>
 <h3 class="underlined_5">Concatenating Documents</h3>
 <p>
           This initial example is obviously not very useful. It would be faster to create the PDF file 
@@ -333,7 +333,7 @@
           same AreaTreeModel instance which essentially concatenates all the input document to one single
           output document.
         </p>
-<a name="N10064"></a><a name="modifying"></a>
+<a name="N10065"></a><a name="modifying"></a>
 <h3 class="underlined_5">Modifying Documents</h3>
 <p>
           One of the most important use cases for the intermediate format is obviously modifying the area
@@ -343,7 +343,7 @@
           create any non-parseable files. We may add an XML Schema and more detailed documentation at a
           later time. You're invited to help us with that.
         </p>
-<a name="N1006E"></a><a name="advanced"></a>
+<a name="N1006F"></a><a name="advanced"></a>
 <h3 class="underlined_5">Advanced Use</h3>
 <p>
           The generation of the intermediate format as well as it parsing process has been designed to allow

Modified: xmlgraphics/site/deploy/fop/0.95/intermediate.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/intermediate.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/intermediate.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/intermediate.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/intermediate.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/intermediate.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Intermediate Format</title>
     <version>$Revision$</version>
@@ -140,4 +140,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -228,7 +228,7 @@
 </div>
 </div>
 
-<a name="N10011"></a><a name="Known+issues"></a>
+<a name="N10012"></a><a name="Known+issues"></a>
 <h2 class="underlined_10">Known issues</h2>
 <div class="section">
 <p>
@@ -262,7 +262,7 @@
     tests during the normal build process. This indicates a problem in the current codebase. When a bug is 
     fixed or a missing feature is added the entry for the relevant test case(s) are removed.
   </p>
-<a name="N10030"></a><a name="FO+Tree"></a>
+<a name="N10031"></a><a name="FO+Tree"></a>
 <h3 class="underlined_5">FO Tree</h3>
 <p>
       This section lists disabled test cases in the test suite for the FO tree tests, at the time
@@ -443,7 +443,7 @@
 <strong>block_shy_linebreaking_hyph.xml</strong> (Soft hyphen with normal hyphenation enabled):<br>A soft hyphen should be a preferred as break compared to a
     normal hyphenation point but is not.</p>
 <p></p>
-<a name="N10170"></a><a name="Other+known+issues"></a>
+<a name="N1016F"></a><a name="Other+known+issues"></a>
 <h3 class="underlined_5">Other known issues</h3>
 <p>This section lists other known issues.</p>
 <ul>

Modified: xmlgraphics/site/deploy/fop/0.95/knownissues_overview.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/knownissues_overview.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/knownissues_overview.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/knownissues_overview.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/knownissues_overview.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/knownissues_overview.xml Tue May 19 11:13:27 2009
@@ -46,7 +46,7 @@
       This section lists disabled test cases in the test suite for the FO tree tests, at the time
       of the release.
     </p>
-    <xi:include href="cocoon://knownissues-raw-fotree_0.95.xml#xpointer(/document/body/*)"/>
+    <xi:include href="cocoon://knownissues-raw-fotree_0.95.xml#xpointer(/document/body/*)" parse="xml"/>
   </section>
   <section>
     <title>Layout Engine</title>
@@ -54,13 +54,13 @@
       This section lists disabled test cases in the test suite for the layout engine tests, at the
       time of the release.
     </p>
-    <xi:include href="cocoon://knownissues-raw-layoutengine_0.95.xml#xpointer(/document/body/*)"/>
+    <xi:include href="cocoon://knownissues-raw-layoutengine_0.95.xml#xpointer(/document/body/*)" parse="xml"/>
   </section>
   <section>
     <title>Other known issues</title>
     <p>This section lists other known issues.</p>
-    <xi:include href="cocoon://knownissues-raw-static_0.95.xml#xpointer(/document/body/*)"/>
+    <xi:include href="cocoon://knownissues-raw-static_0.95.xml#xpointer(/document/body/*)" parse="xml"/>
   </section>
 </section>
 </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/metadata.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/metadata.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/metadata.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/metadata.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -236,7 +236,7 @@
 </div>
 </div>
     
-<a name="N1000E"></a><a name="overview"></a>
+<a name="N1000F"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -254,7 +254,7 @@
       </p>
 </div>
     
-<a name="N1001C"></a><a name="xmp-in-fo"></a>
+<a name="N1001D"></a><a name="xmp-in-fo"></a>
 <h2 class="underlined_10">Embedding XMP in an XSL-FO document</h2>
 <div class="section">
 <p>
@@ -270,7 +270,7 @@
         <span class="codefrag">x:xmpmeta</span> and <span class="codefrag">rdf:RDF</span> elements are recognized as the top-level
         element introducing an XMP fragment (as per the XMP specification).
       </p>
-<a name="N1003A"></a><a name="xmp-example"></a>
+<a name="N1003B"></a><a name="xmp-example"></a>
 <h3 class="underlined_5">Example</h3>
 <pre class="code">[..]
 &lt;/fo:layout-master-set&gt;
@@ -304,7 +304,7 @@
 </div>
 </div>
     
-<a name="N10055"></a><a name="xmp-impl-in-fop"></a>
+<a name="N10056"></a><a name="xmp-impl-in-fop"></a>
 <h2 class="underlined_10">Implementation in Apache FOP</h2>
 <div class="section">
 <p>
@@ -447,7 +447,7 @@
         this was changed to map to <span class="codefrag">dc:description["x-default"]</span>. 
       </div>
 </div>
-<a name="N10187"></a><a name="namespaces"></a>
+<a name="N10188"></a><a name="namespaces"></a>
 <h3 class="underlined_5">Namespaces</h3>
 <p>
           Metadata is made of property sets where each property set uses a different namespace URI.
@@ -502,7 +502,7 @@
         </p>
 </div>
     
-<a name="N101EA"></a><a name="links"></a>
+<a name="N101EB"></a><a name="links"></a>
 <h2 class="underlined_10">Links</h2>
 <div class="section">
 <ul>

Modified: xmlgraphics/site/deploy/fop/0.95/metadata.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/metadata.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/metadata.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/metadata.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/metadata.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/metadata.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Metadata</title>
   </header>
@@ -237,4 +237,4 @@
       </ul>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/output.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/output.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/output.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/output.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -366,10 +366,10 @@
       attention than others.
     </p>
     
-<a name="N10020"></a><a name="general"></a>
+<a name="N10021"></a><a name="general"></a>
 <h2 class="underlined_10">General Information</h2>
 <div class="section">
-<a name="N10026"></a><a name="general-fonts"></a>
+<a name="N10027"></a><a name="general-fonts"></a>
 <h3 class="underlined_5">Fonts</h3>
 <p>
           Most FOP renderers use a FOP-specific system for font registration.
@@ -426,7 +426,7 @@
 </li>
         
 </ol>
-<a name="N1005B"></a><a name="general-direct-output"></a>
+<a name="N1005C"></a><a name="general-direct-output"></a>
 <h3 class="underlined_5">Output to a Printer or Other Device</h3>
 <p>
           The most obvious way to print your document is to use the FOP 
@@ -450,7 +450,7 @@
         </p>
 </div>
     
-<a name="N1007F"></a><a name="pdf"></a>
+<a name="N10080"></a><a name="pdf"></a>
 <h2 class="underlined_10">PDF</h2>
 <div class="section">
 <p>
@@ -465,7 +465,7 @@
         Note that FOP does not currently support "tagged PDF" or PDF/A-1a. 
         Support for <a href="pdfa.html">PDF/A-1b</a> and <a href="pdfx.html">PDF/X</a> has recently been added, however.
       </p>
-<a name="N10093"></a><a name="pdf-fonts"></a>
+<a name="N10094"></a><a name="pdf-fonts"></a>
 <h3 class="underlined_5">Fonts</h3>
 <p>
           PDF has a set of fonts that are always available to all PDF viewers;
@@ -479,7 +479,7 @@
           guaranteed to be available in all PDF viewer applications."</em>
         
 </p>
-<a name="N100A0"></a><a name="pdf-postprocess"></a>
+<a name="N100A1"></a><a name="pdf-postprocess"></a>
 <h3 class="underlined_5">Post-processing</h3>
 <p>
           FOP does not currently support several desirable PDF features: watermarks and signatures. 
@@ -549,7 +549,7 @@
       Check the iText tutorial and documentation for setting access flags, password, 
       encryption strength and other parameters.
     </p>
-<a name="N100C6"></a><a name="pdf-watermark"></a>
+<a name="N100C7"></a><a name="pdf-watermark"></a>
 <h3 class="underlined_5">Watermarks</h3>
 <p>
       In addition to the <a href="#pdf-postprocess">PDF Post-processing</a> options, consider the following workarounds:
@@ -573,7 +573,7 @@
 </ul>
 </div>
 
-<a name="N100DE"></a><a name="ps"></a>
+<a name="N100DF"></a><a name="ps"></a>
 <h2 class="underlined_10">PostScript</h2>
 <div class="section">
 <p>
@@ -586,7 +586,7 @@
     filter (the latter is used for 1:1 embedding of JPEG images), everything 
     else is Level 2.
   </p>
-<a name="N100E7"></a><a name="ps-configuration"></a>
+<a name="N100E8"></a><a name="ps-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
 <p>
         The PostScript renderer configuration currently allows the following settings:
@@ -629,7 +629,7 @@
         the particular postscript implementation issuing unwanted postscript subsystem
         initgraphics/erasepage calls on each setpagedevice call.
       </p>
-<a name="N10104"></a><a name="ps-limitations"></a>
+<a name="N10105"></a><a name="ps-limitations"></a>
 <h3 class="underlined_5">Limitations</h3>
 <ul>
       
@@ -644,7 +644,7 @@
 </ul>
 </div>
   
-<a name="N1011B"></a><a name="pcl"></a>
+<a name="N1011C"></a><a name="pcl"></a>
 <h2 class="underlined_10">PCL</h2>
 <div class="section">
 <p>
@@ -662,7 +662,7 @@
       painting operations. Certain painting operations are done off-screen and
       rendered to PCL as bitmaps because of limitations in PCL 5.
     </p>
-<a name="N10127"></a><a name="pcl-references"></a>
+<a name="N10128"></a><a name="pcl-references"></a>
 <h3 class="underlined_5">References</h3>
 <ul>
         
@@ -675,7 +675,7 @@
 </li>
       
 </ul>
-<a name="N1013B"></a><a name="pcl-limitations"></a>
+<a name="N1013C"></a><a name="pcl-limitations"></a>
 <h3 class="underlined_5">Limitations</h3>
 <ul>
         
@@ -723,7 +723,7 @@
         </li>
       
 </ul>
-<a name="N1015D"></a><a name="pcl-configuration"></a>
+<a name="N1015E"></a><a name="pcl-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
 <p>
         The PCL renderer configuration currently allows the following settings:
@@ -759,7 +759,7 @@
         should be enough for most use cases. Note that this setting directly affects
         the size of the output file and the print quality.
       </p>
-<a name="N10177"></a><a name="pcl-extensions"></a>
+<a name="N10178"></a><a name="pcl-extensions"></a>
 <h3 class="underlined_5">Extensions</h3>
 <p>The PCL Renderer supports some PCL specific extensions which can be embedded 
       into the input FO document. To use the extensions the appropriate namespace must 
@@ -768,7 +768,7 @@
       &lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                xmlns:pcl="http://xmlgraphics.apache.org/fop/extensions/pcl"&gt;
 </pre>
-<a name="N10184"></a><a name="pcl-page-source"></a>
+<a name="N10185"></a><a name="pcl-page-source"></a>
 <h4>Page Source (Tray selection)</h4>
 <p>
           The page-source extension attribute on fo:simple-page-master allows to 
@@ -795,7 +795,7 @@
         </p>
 </div>
   
-<a name="N10197"></a><a name="afp"></a>
+<a name="N10198"></a><a name="afp"></a>
 <h2 class="underlined_10">AFP</h2>
 <div class="section">
 <div class="warning">
@@ -806,7 +806,7 @@
       The FOP AFP Renderer deals with creating documents conforming to the IBM AFP document architecture
       also refered to as MO:DCA (Mixed Object Document Content Architecture).
     </p>
-<a name="N101A3"></a><a name="afp-references"></a>
+<a name="N101A4"></a><a name="afp-references"></a>
 <h3 class="underlined_5">References</h3>
 <ul>
         
@@ -819,7 +819,7 @@
 </li>
       
 </ul>
-<a name="N101B7"></a><a name="afp-limitations"></a>
+<a name="N101B8"></a><a name="afp-limitations"></a>
 <h3 class="underlined_5">Limitations</h3>
 <p>This list is most likely badly incomplete.</p>
 <ul>
@@ -834,9 +834,9 @@
         </li>
       
 </ul>
-<a name="N101CA"></a><a name="afp-configuration"></a>
+<a name="N101CB"></a><a name="afp-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
-<a name="N101D0"></a><a name="afp-font-config"></a>
+<a name="N101D1"></a><a name="afp-font-config"></a>
 <h4>Fonts</h4>
 <p>The AFP Renderer requires special configuration particularly related to fonts.
       AFP Render configuration is done through the normal FOP configuration file. The MIME type
@@ -966,13 +966,13 @@
         &lt;font-triplet name="monospace" style="normal" weight="bold"/&gt;
         &lt;font-triplet name="Courier" style="normal" weight="bold"/&gt;
       &lt;/font&gt;</pre>
-<a name="N10202"></a><a name="afp-renderer-resolution-config"></a>
+<a name="N10203"></a><a name="afp-renderer-resolution-config"></a>
 <h4>Output Resolution</h4>
 <p>By default the AFP Renderer creates output with a resolution of 240 dpi.
           This can be overridden by the &lt;renderer-resolution/&gt; configuration element. Example:</p>
 <pre class="code">
       &lt;renderer-resolution&gt;240&lt;/renderer-resolution&gt;</pre>
-<a name="N10210"></a><a name="afp-image-config"></a>
+<a name="N10211"></a><a name="afp-image-config"></a>
 <h4>Images</h4>
 <p>By default the AFP Renderer converts all images to 8 bit grey level.
         This can be overridden by the &lt;images&gt; configuration element. Example:</p>
@@ -985,7 +985,7 @@
 </pre>
 <p>Only the values "color" and "b+w" are allowed for the mode attribute. The bits-per-pixel
       attribute is ignored if mode is "color". For "b+w" mode is must be 1, 4, or 8.</p>
-<a name="N10229"></a><a name="afp-extensions"></a>
+<a name="N1022A"></a><a name="afp-extensions"></a>
 <h3 class="underlined_5">Extensions</h3>
 <p>The AFP Renderer supports some AFP specific extensions which can be embedded into the input 
       fo document. To use the extensions the appropriate namespace must be declared in the fo:root element like this:</p>
@@ -993,7 +993,7 @@
       &lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp"&gt;
 </pre>
-<a name="N10236"></a><a name="afp-page-overlay"></a>
+<a name="N10237"></a><a name="afp-page-overlay"></a>
 <h4>Page Overlay Extension</h4>
 <p>The include-page-overlay extension element allows to define on a per simple-page-master basis a page overlay resource. Example:</p>
 <pre class="code">
@@ -1006,7 +1006,7 @@
 </pre>
 <p>The mandatory name attribute must refer to an 8 character (space padded) resource name that
         must be known in the AFP processing environment.</p>
-<a name="N10247"></a><a name="afp-page-segment"></a>
+<a name="N10248"></a><a name="afp-page-segment"></a>
 <h4>Page Segment Extension</h4>
 <p>The include-page-segment extension element allows to define resource substitution for fo:external-graphics elements. 
           Example:</p>
@@ -1028,7 +1028,7 @@
         fo:external-graphic elements and if it is identical (string matching is used) in the generated
         AFP the external graphic is replaced by a reference to the given resource.
         </p>
-<a name="N10258"></a><a name="afp-tag-logical-element"></a>
+<a name="N10259"></a><a name="afp-tag-logical-element"></a>
 <h4>Tag Logical Element Extension</h4>
 <p>The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:</p>
 <pre class="code">
@@ -1045,7 +1045,7 @@
         Multiple tag-logical-element extension elements within a simple-page-master are allowed.
         The name and value attributes are mandatory.
         </p>
-<a name="N10269"></a><a name="afp-no-operation"></a>
+<a name="N1026A"></a><a name="afp-no-operation"></a>
 <h4>No Operation Extension</h4>
 <p>The no-operation extension provides the ability to carry up to 32K of comments or any other type
         of unarchitected data into the AFP output stream. Example:</p>
@@ -1064,7 +1064,7 @@
         </p>
 </div>
 
-<a name="N1027C"></a><a name="rtf"></a>
+<a name="N1027D"></a><a name="rtf"></a>
 <h2 class="underlined_10">RTF</h2>
 <div class="section">
 <p>
@@ -1118,7 +1118,7 @@
 </ul>
 </div>
 
-<a name="N102B0"></a><a name="xml"></a>
+<a name="N102B1"></a><a name="xml"></a>
 <h2 class="underlined_10">XML (Area Tree XML)</h2>
 <div class="section">
 <p>
@@ -1132,7 +1132,7 @@
   </p>
 </div>
 
-<a name="N102C1"></a><a name="awt"></a>
+<a name="N102C2"></a><a name="awt"></a>
 <h2 class="underlined_10">Java2D/AWT</h2>
 <div class="section">
 <p>
@@ -1147,14 +1147,14 @@
     </p>
 </div>
 
-<a name="N102CE"></a><a name="print"></a>
+<a name="N102CF"></a><a name="print"></a>
 <h2 class="underlined_10">Print</h2>
 <div class="section">
 <p>
     It is possible to directly print the document from the command line.
     This is done with the same code that renders to the Java2D/AWT renderer.
   </p>
-<a name="N102D7"></a><a name="print-issues"></a>
+<a name="N102D8"></a><a name="print-issues"></a>
 <h3 class="underlined_5">Known issues</h3>
 <p>
       If you run into the problem that the printed output is incomplete on Windows:
@@ -1165,7 +1165,7 @@
     </p>
 </div>
 
-<a name="N102E2"></a><a name="bitmap"></a>
+<a name="N102E3"></a><a name="bitmap"></a>
 <h2 class="underlined_10">Bitmap (TIFF/PNG)</h2>
 <div class="section">
 <p>
@@ -1179,7 +1179,7 @@
     page. The quality of the bitmap depends on the target resolution setting 
     on the FOUserAgent.
   </p>
-<a name="N102EE"></a><a name="bitmap-configuration"></a>
+<a name="N102EF"></a><a name="bitmap-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
 <p>
         The TIFF and PNG renderer configuration currently allows the following settings:
@@ -1194,7 +1194,7 @@
         no such background will be painted and you will get a transparent image if
         an alpha channel is available in the output format.
       </p>
-<a name="N102FF"></a><a name="tiff-configuration"></a>
+<a name="N10300"></a><a name="tiff-configuration"></a>
 <h3 class="underlined_5">TIFF-specific Configuration</h3>
 <p>
         In addition to the above values the TIFF renderer configuration allows some additional
@@ -1245,7 +1245,7 @@
 </div>
 </div>
 
-<a name="N10333"></a><a name="txt"></a>
+<a name="N10334"></a><a name="txt"></a>
 <h2 class="underlined_10">TXT</h2>
 <div class="section">
 <p>
@@ -1283,7 +1283,7 @@
 </ul>
 </div>
 
-<a name="N1034F"></a><a name="sandbox"></a>
+<a name="N10350"></a><a name="sandbox"></a>
 <h2 class="underlined_10">Output Formats in the Sandbox</h2>
 <div class="section">
 <p>
@@ -1292,7 +1292,7 @@
     can be found under src/sandbox and are compiled into build/fop-sandbox.jar during the
     main build. The output formats in the sandbox are marked as such below.
   </p>
-<a name="N10358"></a><a name="mif"></a>
+<a name="N10359"></a><a name="mif"></a>
 <h3 class="underlined_5">MIF</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1302,7 +1302,7 @@
       This format is the Maker Interchange Format which is used by
       Adobe Framemaker.
     </p>
-<a name="N10365"></a><a name="svg"></a>
+<a name="N10366"></a><a name="svg"></a>
 <h3 class="underlined_5">SVG</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1321,7 +1321,7 @@
      </p>
 </div>
 
-<a name="N10373"></a><a name="wishlist"></a>
+<a name="N10374"></a><a name="wishlist"></a>
 <h2 class="underlined_10">Wish list</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/0.95/output.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/output.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/output.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/output.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/output.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!-- Output Formats: Renderers --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache FOP Output Formats</title>
     <version>$Revision$</version>
@@ -906,4 +906,4 @@
 </section>
 
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/pdfa.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfa.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfa.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfa.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -235,14 +235,14 @@
 </div>
 </div>
     
-<a name="N10018"></a><a name="overview"></a>
+<a name="N10019"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
         PDF/A is a standard which turns PDF into an "electronic document file 
         format for long-term preservation". PDF/A-1 is the first part of the 
         standard and is documented in 
-        <a class="external" href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=38920&ICS1=37&ICS2=100&ICS3=99">ISO 19005-1:2005(E)</a>. 
+        <a class="external" href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=38920&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 19005-1:2005(E)</a>. 
         Work on PDF/A-2 is in progress at 
         <a class="external" href="http://www.aiim.org/standards.asp?ID=25013">AIIM</a>.
       </p>
@@ -252,7 +252,7 @@
       </p>
 </div>
     
-<a name="N10031"></a><a name="status"></a>
+<a name="N10032"></a><a name="status"></a>
 <h2 class="underlined_10">Implementation Status</h2>
 <div class="section">
 <p>
@@ -272,7 +272,7 @@
       </p>
 </div>
     
-<a name="N10047"></a><a name="command-line"></a>
+<a name="N10048"></a><a name="command-line"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -282,7 +282,7 @@
       </p>
 </div>
     
-<a name="N10051"></a><a name="embedded"></a>
+<a name="N10052"></a><a name="embedded"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -300,7 +300,7 @@
       </p>
 </div>
     
-<a name="N10062"></a><a name="rules"></a>
+<a name="N10063"></a><a name="rules"></a>
 <h2 class="underlined_10">PDF/A in Action</h2>
 <div class="section">
 <p>
@@ -348,7 +348,7 @@
 </ul>
 </div>
     
-<a name="N10084"></a><a name="profile-compatibility"></a>
+<a name="N10085"></a><a name="profile-compatibility"></a>
 <h2 class="underlined_10">PDF profile compatibility</h2>
 <div class="section">
 <p>
@@ -357,7 +357,7 @@
       </p>
 </div>
     
-<a name="N1008E"></a><a name="interoperability"></a>
+<a name="N1008F"></a><a name="interoperability"></a>
 <h2 class="underlined_10">Interoperability</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/0.95/pdfa.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfa.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/pdfa.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfa.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfa.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfa.xml Tue May 19 11:13:27 2009
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --><!-- $Id$ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
-<document>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>PDF/A (ISO 19005)</title>
     <version>$Revision$</version>
@@ -150,4 +150,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/0.95/pdfencryption.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfencryption.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfencryption.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfencryption.html Tue May 19 11:13:27 2009
@@ -183,7 +183,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -229,7 +229,7 @@
 </div>
 </div>
     
-<a name="N1001C"></a><a name="Overview"></a>
+<a name="N1001D"></a><a name="Overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -249,7 +249,7 @@
       </p>
 </div>
     
-<a name="N10029"></a><a name="Usage+%28command+line%29"></a>
+<a name="N1002A"></a><a name="Usage+%28command+line%29"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -281,7 +281,7 @@
       </p>
 </div>
     
-<a name="N10051"></a><a name="Usage+%28embedded%29"></a>
+<a name="N10052"></a><a name="Usage+%28embedded%29"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -412,7 +412,7 @@
 </ol>
 </div>
     
-<a name="N10137"></a><a name="Environment"></a>
+<a name="N10138"></a><a name="Environment"></a>
 <h2 class="underlined_10">Environment</h2>
 <div class="section">
 <p>
@@ -441,7 +441,7 @@
       </p>
 </div>
     
-<a name="N1015D"></a><a name="install_crypto"></a>
+<a name="N1015E"></a><a name="install_crypto"></a>
 <h2 class="underlined_10">Installing a crypto provider</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/0.95/pdfencryption.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfencryption.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org