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 [13/14] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ skin/images/ trunk/

Modified: xmlgraphics/site/deploy/fop/trunk/extensions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/extensions.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/extensions.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/extensions.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -265,7 +265,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>
@@ -273,10 +273,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.
@@ -285,14 +285,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".
@@ -311,10 +311,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
@@ -328,7 +328,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>
@@ -357,7 +357,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
@@ -427,7 +427,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
@@ -452,14 +452,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/trunk/extensions.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/extensions.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/extensions.pdf (original) and xmlgraphics/site/deploy/fop/trunk/extensions.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/extensions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/extensions.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/extensions.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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: 697140 $</version>
@@ -227,4 +227,4 @@
       
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/fonts.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/fonts.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -251,11 +251,14 @@
 <li>
 <a href="#selection">Font Selection Strategies</a>
 </li>
+<li>
+<a href="#font-list">Font List Command-Line Tool</a>
+</li>
 </ul>
 </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 +381,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>
@@ -448,7 +451,7 @@
       </p>
 </div>
     
-<a name="N101AE"></a><a name="missing-fonts"></a>
+<a name="N101AF"></a><a name="missing-fonts"></a>
 <h2 class="underlined_10">Missing Fonts</h2>
 <div class="section">
 <p>
@@ -459,7 +462,7 @@
       </p>
 </div>
     
-<a name="N101B8"></a><a name="missing-glyphs"></a>
+<a name="N101B9"></a><a name="missing-glyphs"></a>
 <h2 class="underlined_10">Missing Glyphs</h2>
 <div class="section">
 <p>
@@ -475,7 +478,7 @@
       </p>
 </div>
     
-<a name="N101C6"></a><a name="awt"></a>
+<a name="N101C7"></a><a name="awt"></a>
 <h2 class="underlined_10">Java2D/AWT/Operating System Fonts</h2>
 <div class="section">
 <p>
@@ -492,7 +495,7 @@
       </p>
 </div>
     
-<a name="N101D3"></a><a name="custom"></a>
+<a name="N101D4"></a><a name="custom"></a>
 <h2 class="underlined_10">Custom Fonts</h2>
 <div class="section">
 <p>
@@ -529,7 +532,7 @@
 </ul>
 </div>
     
-<a name="N101F8"></a><a name="basics"></a>
+<a name="N101F9"></a><a name="basics"></a>
 <h2 class="underlined_10">Basic font configuration</h2>
 <div class="section">
 <p>
@@ -565,7 +568,7 @@
 </div>
 </div>
     
-<a name="N1020D"></a><a name="advanced"></a>
+<a name="N1020E"></a><a name="advanced"></a>
 <h2 class="underlined_10">Advanced font configuration</h2>
 <div class="section">
 <p>
@@ -573,7 +576,7 @@
         additional instructions in case the basic font configuration doesn't lead to
         the desired results.
       </p>
-<a name="N10216"></a><a name="type1-metrics"></a>
+<a name="N10217"></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>
@@ -607,7 +610,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="N1023F"></a><a name="truetype-metrics"></a>
+<a name="N10240"></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.
@@ -674,7 +677,7 @@
           the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this.
         </div>
 </div>
-<a name="N102A4"></a><a name="truetype-collections-metrics"></a>
+<a name="N102A5"></a><a name="truetype-collections-metrics"></a>
 <h3 class="underlined_5">TrueType Collections</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>
@@ -692,7 +695,7 @@
 <pre class="code">&lt;font embed-url="gulim.ttc" sub-font="GulimChe"&gt;
   &lt;font-triplet name="GulimChe" style="normal" weight="normal"/&gt;
 &lt;/font&gt;</pre>
-<a name="N102BF"></a><a name="register"></a>
+<a name="N102C0"></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">
@@ -763,7 +766,7 @@
           </li>
         
 </ul>
-<a name="N1030A"></a><a name="autodetect"></a>
+<a name="N1030B"></a><a name="autodetect"></a>
 <h3 class="underlined_5">Auto-Detect and auto-embed 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>
@@ -772,7 +775,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="N1031E"></a><a name="embedding"></a>
+<a name="N1031F"></a><a name="embedding"></a>
 <h3 class="underlined_5">Embedding</h3>
 <p>
           By default, all fonts are embedded if an output format supports font embedding. In some
@@ -835,7 +838,7 @@
           complete font is embedded.</li>
         
 </ul>
-<a name="N10359"></a><a name="substitution"></a>
+<a name="N1035A"></a><a name="substitution"></a>
 <h3 class="underlined_5">Substitution</h3>
 <p>When a &lt;substitutions/&gt; section is defined in the configuration, FOP will re-map any font-family references found in your FO input to a given substitution font.</p>
 <ul>
@@ -863,7 +866,7 @@
 &lt;/fop&gt;</pre>
 </div>
     
-<a name="N10376"></a><a name="selection"></a>
+<a name="N10377"></a><a name="selection"></a>
 <h2 class="underlined_10">Font Selection Strategies</h2>
 <div class="section">
 <p>
@@ -882,12 +885,22 @@
 </ul>
 <p>Character-by-Character is NOT yet supported!</p>
 </div>
+    
+<a name="N10396"></a><a name="font-list"></a>
+<h2 class="underlined_10">Font List Command-Line Tool</h2>
+<div class="section">
+<p>
+        FOP contains a small command-line tool that lets you generate a list of all configured
+        fonts. Its class name is: <span class="codefrag">org.apache.fop.tools.fontlist.FontListMain</span>.
+        Run it with the "-?" parameter to get help for the various options.
+      </p>
+</div>
   
 <p align="right">
 <font size="-2">by&nbsp;Jeremias M&auml;rki,&nbsp;Tore Engvig,&nbsp;Adrian Cumiskey,&nbsp;Max Berger</font>
 </p>
 <span class="version">
-          version 748794</span>
+          version 757172</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/fonts.pdf (original) and xmlgraphics/site/deploy/fop/trunk/fonts.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/fonts.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/fonts.xml Tue May 19 11:13:27 2009
@@ -14,10 +14,10 @@
   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: 748794 $</version>
+    <version>$Revision: 757172 $</version>
     <authors>
       <person name="Jeremias Märki" email=""/>
       <person name="Tore Engvig" email=""/>
@@ -542,5 +542,13 @@
       </ul>
       <p>Character-by-Character is NOT yet supported!</p>
     </section>
+    <section id="font-list">
+      <title>Font List Command-Line Tool</title>
+      <p>
+        FOP contains a small command-line tool that lets you generate a list of all configured
+        fonts. Its class name is: <code>org.apache.fop.tools.fontlist.FontListMain</code>.
+        Run it with the "-?" parameter to get help for the various options.
+      </p>
+    </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/graphics.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/graphics.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -294,7 +294,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>
@@ -329,7 +329,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>
@@ -475,7 +475,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
@@ -622,10 +622,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>
           
@@ -633,14 +633,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>
           
@@ -684,7 +684,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>
@@ -697,22 +697,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>
@@ -720,13 +720,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
@@ -740,15 +740,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
@@ -762,7 +762,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
@@ -782,7 +782,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
@@ -813,7 +813,7 @@
             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="N10434"></a><a name="svg-font-selection"></a>
+<a name="N10435"></a><a name="svg-font-selection"></a>
 <h4>Font selection notes</h4>
 <p>
             Apache Batik uses the AWT/Java2D subsystem as font source while FOP has its own font
@@ -834,7 +834,7 @@
             if a particular font could not be found and had to be substituted, or if a particular
             glyph is missing in a font.
           </p>
-<a name="N10441"></a><a name="svg-scaling"></a>
+<a name="N10442"></a><a name="svg-scaling"></a>
 <h4>Scaling</h4>
 <p>
             Currently, SVG images are rendered with the dimensions specified <em>in the SVG 
@@ -849,7 +849,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="N10455"></a><a name="svg-problems"></a>
+<a name="N10456"></a><a name="svg-problems"></a>
 <h4>Known Problems</h4>
 <ul>
             
@@ -875,7 +875,7 @@
             </li>
           
 </ul>
-<a name="N1046C"></a><a name="tiff"></a>
+<a name="N1046D"></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
@@ -885,7 +885,7 @@
 <p>
           There may be some limitation concerning images in the CMYK color space.
         </p>
-<a name="N10479"></a><a name="wmf"></a>
+<a name="N1047A"></a><a name="wmf"></a>
 <h3 class="underlined_5">WMF</h3>
 <p>
           Windows Metafiles (WMF) are supported through classes in 
@@ -894,7 +894,7 @@
         </p>
 </div>
     
-<a name="N10488"></a><a name="resolution"></a>
+<a name="N10489"></a><a name="resolution"></a>
 <h2 class="underlined_10">Graphics Resolution</h2>
 <div class="section">
 <p>
@@ -919,7 +919,7 @@
       </p>
 </div>
     
-<a name="N1049C"></a><a name="page-selection"></a>
+<a name="N1049D"></a><a name="page-selection"></a>
 <h2 class="underlined_10">Page selection for multi-page formats</h2>
 <div class="section">
 <p>
@@ -930,7 +930,7 @@
       </p>
 </div>
     
-<a name="N104A9"></a><a name="caching"></a>
+<a name="N104AA"></a><a name="caching"></a>
 <h2 class="underlined_10">Image caching</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/graphics.pdf (original) and xmlgraphics/site/deploy/fop/trunk/graphics.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/graphics.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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: 732299 $</version>
@@ -588,4 +588,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/hyphenation.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/hyphenation.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/hyphenation.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/hyphenation.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -225,10 +225,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>
@@ -244,7 +244,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
@@ -263,12 +263,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>
@@ -354,7 +354,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/trunk/hyphenation.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf (original) and xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/hyphenation.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/hyphenation.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/hyphenation.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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: 627324 $</version>
@@ -231,4 +231,4 @@
      hyphenation.</p>
   </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/index.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/index.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/index.html Tue May 19 11:13:27 2009
@@ -177,7 +177,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>
 <!--+
@@ -214,7 +214,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>
@@ -232,7 +232,7 @@
       </p>
 </div>
     
-<a name="N10025"></a><a name="upgrading"></a>
+<a name="N10026"></a><a name="upgrading"></a>
 <h2 class="underlined_10">Upgrading from an earlier version</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/trunk/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/index.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/index.pdf (original) and xmlgraphics/site/deploy/fop/trunk/index.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/index.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/index.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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 Trunk (Development code)</title>
     <version>$Revision: 627324 $</version>
@@ -43,4 +43,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/intermediate.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/intermediate.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/intermediate.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/intermediate.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -258,7 +258,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>
@@ -285,14 +285,14 @@
       </p>
 </div>
     
-<a name="N1002B"></a><a name="which-if"></a>
+<a name="N1002C"></a><a name="which-if"></a>
 <h2 class="underlined_10">Which Intermediate Format to choose?</h2>
 <div class="section">
 <p>
         Both formats have their use cases, so the choice you will make will depend on your 
         particular situation. Here is a list of strengths and use cases for both formats:
       </p>
-<a name="N10034"></a><a name="strengths-at"></a>
+<a name="N10035"></a><a name="strengths-at"></a>
 <h3 class="underlined_5">Area Tree XML (AT XML)</h3>
 <ul>
           
@@ -303,7 +303,7 @@
 <li>Used in FOP's layout engine test suite for regression testing.</li>
         
 </ul>
-<a name="N10047"></a><a name="strengths-if"></a>
+<a name="N10048"></a><a name="strengths-if"></a>
 <h3 class="underlined_5">Intermediate Format (IF)</h3>
 <ul>
           
@@ -327,14 +327,14 @@
       </p>
 </div>
     
-<a name="N10068"></a><a name="architecture"></a>
+<a name="N10069"></a><a name="architecture"></a>
 <h2 class="underlined_10">Architectural Overview</h2>
 <div class="section">
 <div id="" style="text-align: center;">
 <img id="" class="figure" alt="Diagram with an architectural overview over the intermediate formats" src="images/if-architecture-overview.png"></div>
 </div>
     
-<a name="N10073"></a><a name="usage"></a>
+<a name="N10074"></a><a name="usage"></a>
 <h2 class="underlined_10">Usage of the Area Tree XML format (AT XML)</h2>
 <div class="section">
 <p>
@@ -407,7 +407,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="N100A4"></a><a name="concat"></a>
+<a name="N100A5"></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 
@@ -416,7 +416,7 @@
           same AreaTreeModel instance which essentially concatenates all the input document to one single
           output document.
         </p>
-<a name="N100B2"></a><a name="modifying"></a>
+<a name="N100B3"></a><a name="modifying"></a>
 <h3 class="underlined_5">Modifying Documents</h3>
 <p>
           One of the most important use cases for this format is obviously modifying the area
@@ -433,7 +433,7 @@
           the modified file may not render correctly.
         </div>
 </div>
-<a name="N100BF"></a><a name="advanced"></a>
+<a name="N100C0"></a><a name="advanced"></a>
 <h3 class="underlined_5">Advanced Use</h3>
 <p>
           The generation of the area tree format as well as it parsing process has been designed to allow
@@ -445,7 +445,7 @@
         </p>
 </div>
     
-<a name="N100D0"></a><a name="usage-if"></a>
+<a name="N100D1"></a><a name="usage-if"></a>
 <h2 class="underlined_10">Usage of the Intermediate Format (IF)</h2>
 <div class="section">
 <p>
@@ -535,7 +535,7 @@
         IFParser.parse() is used, but you can also just get a SAX ContentHandler by using the
         IFParser.getContentHandler() method.
       </p>
-<a name="N1010C"></a><a name="concat-if"></a>
+<a name="N1010D"></a><a name="concat-if"></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 
@@ -547,7 +547,7 @@
           IFDocumentHandler interface. You could also do this in XSLT or using SAX on the XML level.
           Whatever suits your process best.
         </p>
-<a name="N1011A"></a><a name="modifying-if"></a>
+<a name="N1011B"></a><a name="modifying-if"></a>
 <h3 class="underlined_5">Modifying Documents</h3>
 <p>
           One of the most important use cases for this format is obviously modifying the
@@ -564,7 +564,7 @@
           arbitrary transformations on the IF's "viewport" and "g" elements. Possible are
           only rotations in 90 degree steps and translations.
         </p>
-<a name="N1012E"></a><a name="advanced-if"></a>
+<a name="N1012F"></a><a name="advanced-if"></a>
 <h3 class="underlined_5">Advanced Use</h3>
 <p>
           The generation of the intermediate format as well as it parsing process has been

Modified: xmlgraphics/site/deploy/fop/trunk/intermediate.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/intermediate.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/intermediate.pdf (original) and xmlgraphics/site/deploy/fop/trunk/intermediate.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/intermediate.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/intermediate.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/intermediate.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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: 746664 $</version>
@@ -324,4 +324,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/metadata.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/metadata.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/metadata.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/metadata.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -227,7 +227,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>
@@ -245,7 +245,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>
@@ -261,7 +261,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;
@@ -295,7 +295,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>
@@ -438,7 +438,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.
@@ -493,7 +493,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/trunk/metadata.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/metadata.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/trunk/metadata.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/metadata.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/metadata.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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/trunk/output.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/output.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/output.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -287,6 +287,9 @@
 <a href="#afp-image-config">Images</a>
 </li>
 <li>
+<a href="#afp-shading-config">Shading</a>
+</li>
+<li>
 <a href="#afp-resource-group-file">Resource Group File</a>
 </li>
 <li>
@@ -380,10 +383,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.
@@ -440,7 +443,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 
@@ -464,7 +467,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>
@@ -479,7 +482,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;
@@ -493,7 +496,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. 
@@ -563,7 +566,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:
@@ -587,7 +590,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>
@@ -600,7 +603,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:
@@ -643,7 +646,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>
       
@@ -658,7 +661,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>
@@ -676,7 +679,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>
         
@@ -689,7 +692,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>
         
@@ -737,7 +740,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:
@@ -773,7 +776,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 
@@ -782,7 +785,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 
@@ -807,7 +810,7 @@
           "7" is "auto-select".
           Consult the technical reference for your printer for all available values.
         </p>
-<a name="N10195"></a><a name="pcl-duplex-mode"></a>
+<a name="N10196"></a><a name="pcl-duplex-mode"></a>
 <h4>Page Duplex Mode</h4>
 <p>
           The duplex-mode extension attribute on fo:simple-page-master allows to 
@@ -833,7 +836,7 @@
         </p>
 </div>
   
-<a name="N101A8"></a><a name="afp"></a>
+<a name="N101A9"></a><a name="afp"></a>
 <h2 class="underlined_10">AFP</h2>
 <div class="section">
 <p>
@@ -878,7 +881,7 @@
       FOP creates exactly one Document per Printfile with an optional Resource Group at the
       beginning. FOP does not create document indices.
     </p>
-<a name="N101EE"></a><a name="afp-references"></a>
+<a name="N101EF"></a><a name="afp-references"></a>
 <h3 class="underlined_5">References</h3>
 <ul>
         
@@ -895,7 +898,7 @@
 </li>
       
 </ul>
-<a name="N10207"></a><a name="afp-limitations"></a>
+<a name="N10208"></a><a name="afp-limitations"></a>
 <h3 class="underlined_5">Limitations</h3>
 <p>This list is most likely badly incomplete.</p>
 <ul>
@@ -910,7 +913,7 @@
         </li>
       
 </ul>
-<a name="N1021A"></a><a name="afp-compatibility"></a>
+<a name="N1021B"></a><a name="afp-compatibility"></a>
 <h3 class="underlined_5">Deployment in older environments</h3>
 <p>
         There are still a big number of older (or limited) MO:DCA/IPDS environments in production
@@ -922,9 +925,9 @@
         bits per pixel is configured, FOP has to switch to at least FS11 which may not work
         everywhere.
       </p>
-<a name="N10224"></a><a name="afp-configuration"></a>
+<a name="N10225"></a><a name="afp-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
-<a name="N1022A"></a><a name="afp-font-config"></a>
+<a name="N1022B"></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
@@ -1066,13 +1069,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="N10262"></a><a name="afp-renderer-resolution-config"></a>
+<a name="N10263"></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="N10270"></a><a name="afp-image-config"></a>
+<a name="N10271"></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>
@@ -1092,7 +1095,20 @@
       into the datastream using an object container rather than being converted into an IOCA FS45 image.
       Support for native image formats (e.g. JPEG, GIF) is not always available on printer implementations
       so by default this configuration option is set to "false".</p>
-<a name="N10292"></a><a name="afp-resource-group-file"></a>
+<a name="N10293"></a><a name="afp-shading-config"></a>
+<h4>Shading</h4>
+<p>
+          By default, filled rectangles are painted using their given color using a PTOCA I-axis rule
+          (DIR). But not all environments handle these colors correctly. That's why a setting is
+          supported that paints the rectangles using an ordered dither pattern (bi-level) with
+          an inline IOCA FS10 image that is used together with the "replicate and trim" mapping.
+          The optional "shading" element can be used to control the shading mode. Its default value
+          is "color". To enable the dithered mode, use "dithered". Example: 
+        </p>
+<pre class="code">
+      &lt;shading&gt;dithered&lt;/shading&gt;
+</pre>
+<a name="N102A1"></a><a name="afp-resource-group-file"></a>
 <h4>Resource Group File</h4>
 <p>By default the AFP Renderer will place all data resource objects such as images within
       the document of the main output datastream.  An external resource group file where document resources
@@ -1104,7 +1120,7 @@
 <div class="label">Note</div>
 <div class="content">Be careful when using this option not to overwrite existing resource files from previous rendering runs.</div>
 </div>
-<a name="N102A3"></a><a name="afp-resource-level-defaults"></a>
+<a name="N102B2"></a><a name="afp-resource-level-defaults"></a>
 <h4>Resource Level Defaults</h4>
 <p>
           By default, bitmap image objects (or page segments derived from them) are put in the
@@ -1123,7 +1139,7 @@
           for the attributes are "inline" and "print-file". In the future,
           additional possibilities may be added.
         </p>
-<a name="N102BC"></a><a name="afp-extensions"></a>
+<a name="N102CB"></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>
@@ -1131,7 +1147,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="N102C9"></a><a name="afp-page-overlay"></a>
+<a name="N102D8"></a><a name="afp-page-overlay"></a>
 <h4>Page Overlay (IPO) 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">
@@ -1144,7 +1160,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="N102DA"></a><a name="afp-page-segment"></a>
+<a name="N102E9"></a><a name="afp-page-segment"></a>
 <h4>Page Segment (IPS) Extension</h4>
 <p>The include-page-segment extension element allows to define resource substitution for fo:external-graphics elements. 
           Example:</p>
@@ -1166,7 +1182,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="N102EB"></a><a name="afp-tag-logical-element"></a>
+<a name="N102FA"></a><a name="afp-tag-logical-element"></a>
 <h4>Tag Logical Element (TLE) Extension</h4>
 <p>The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:</p>
 <pre class="code">
@@ -1190,7 +1206,7 @@
           Multiple tag-logical-element extension elements within a simple-page-master or
           page-sequence are allowed. The name and value attributes are mandatory.
         </p>
-<a name="N102FC"></a><a name="afp-no-operation"></a>
+<a name="N1030B"></a><a name="afp-no-operation"></a>
 <h4>No Operation (NOP) 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>
@@ -1207,7 +1223,7 @@
         Multiple no-operation extension elements within a simple-page-master are allowed.
         The name attribute is mandatory.
         </p>
-<a name="N1030D"></a><a name="afp-invoke-medium-map"></a>
+<a name="N1031C"></a><a name="afp-invoke-medium-map"></a>
 <h4>Invoke Medium Map (IMM) Extension</h4>
 <p>
           The invoke-medium-map extension allows to generate IMM fields (Invoke Medium Map) in the
@@ -1229,9 +1245,9 @@
           medium map by name. The medium map has to be constructed through different means and
           available on the target platform.
         </p>
-<a name="N1031F"></a><a name="afp-foreign-attributes"></a>
+<a name="N1032E"></a><a name="afp-foreign-attributes"></a>
 <h3 class="underlined_5">Foreign Attributes</h3>
-<a name="N10325"></a><a name="afp-foreign-attributes-resource"></a>
+<a name="N10334"></a><a name="afp-foreign-attributes-resource"></a>
 <h4>Resource</h4>
 <p>The resource foreign attributes provides the ability to name and control where data object resources
         (e.g. images/scalable vector graphics) will reside in the AFP output.
@@ -1268,7 +1284,7 @@
 <p></p>
 </div>
 
-<a name="N1033E"></a><a name="rtf"></a>
+<a name="N1034D"></a><a name="rtf"></a>
 <h2 class="underlined_10">RTF</h2>
 <div class="section">
 <p>
@@ -1322,7 +1338,7 @@
 </ul>
 </div>
 
-<a name="N10372"></a><a name="xml"></a>
+<a name="N10381"></a><a name="xml"></a>
 <h2 class="underlined_10">XML (Area Tree XML)</h2>
 <div class="section">
 <p>
@@ -1336,7 +1352,7 @@
   </p>
 </div>
 
-<a name="N10383"></a><a name="awt"></a>
+<a name="N10392"></a><a name="awt"></a>
 <h2 class="underlined_10">Java2D/AWT</h2>
 <div class="section">
 <p>
@@ -1351,14 +1367,14 @@
     </p>
 </div>
 
-<a name="N10390"></a><a name="print"></a>
+<a name="N1039F"></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="N10399"></a><a name="print-issues"></a>
+<a name="N103A8"></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:
@@ -1369,7 +1385,7 @@
     </p>
 </div>
 
-<a name="N103A4"></a><a name="bitmap"></a>
+<a name="N103B3"></a><a name="bitmap"></a>
 <h2 class="underlined_10">Bitmap (TIFF/PNG)</h2>
 <div class="section">
 <p>
@@ -1383,7 +1399,7 @@
     page. The quality of the bitmap depends on the target resolution setting 
     on the FOUserAgent.
   </p>
-<a name="N103B0"></a><a name="bitmap-configuration"></a>
+<a name="N103BF"></a><a name="bitmap-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
 <p>
         The TIFF and PNG renderer configuration currently allows the following settings:
@@ -1398,7 +1414,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="N103C1"></a><a name="tiff-configuration"></a>
+<a name="N103D0"></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
@@ -1449,7 +1465,7 @@
 </div>
 </div>
 
-<a name="N103F5"></a><a name="txt"></a>
+<a name="N10404"></a><a name="txt"></a>
 <h2 class="underlined_10">TXT</h2>
 <div class="section">
 <p>
@@ -1487,7 +1503,7 @@
 </ul>
 </div>
 
-<a name="N10411"></a><a name="sandbox"></a>
+<a name="N10420"></a><a name="sandbox"></a>
 <h2 class="underlined_10">Output Formats in the Sandbox</h2>
 <div class="section">
 <p>
@@ -1496,7 +1512,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="N1041A"></a><a name="mif"></a>
+<a name="N10429"></a><a name="mif"></a>
 <h3 class="underlined_5">MIF</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1506,7 +1522,7 @@
       This format is the Maker Interchange Format which is used by
       Adobe Framemaker.
     </p>
-<a name="N10427"></a><a name="svg"></a>
+<a name="N10436"></a><a name="svg"></a>
 <h3 class="underlined_5">SVG</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1525,7 +1541,7 @@
      </p>
 </div>
 
-<a name="N10435"></a><a name="wishlist"></a>
+<a name="N10444"></a><a name="wishlist"></a>
 <h2 class="underlined_10">Wish list</h2>
 <div class="section">
 <p>
@@ -1548,7 +1564,7 @@
 <font size="-2">by&nbsp;Keiron Liddle,&nbsp;Art Welch</font>
 </p>
 <span class="version">
-          version 752133</span>
+          version 769445</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/output.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/output.pdf (original) and xmlgraphics/site/deploy/fop/trunk/output.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/output.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/output.xml Tue May 19 11:13:27 2009
@@ -14,10 +14,10 @@
   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: 752133 $</version>
+    <version>$Revision: 769445 $</version>
     <authors>
       <person name="Keiron Liddle" email="keiron@aftexsw.com"/>
       <person name="Art Welch" email=""/>
@@ -675,6 +675,20 @@
       Support for native image formats (e.g. JPEG, GIF) is not always available on printer implementations
       so by default this configuration option is set to "false".</p>
       </section>
+      <section id="afp-shading-config">
+        <title>Shading</title>
+        <p>
+          By default, filled rectangles are painted using their given color using a PTOCA I-axis rule
+          (DIR). But not all environments handle these colors correctly. That's why a setting is
+          supported that paints the rectangles using an ordered dither pattern (bi-level) with
+          an inline IOCA FS10 image that is used together with the "replicate and trim" mapping.
+          The optional "shading" element can be used to control the shading mode. Its default value
+          is "color". To enable the dithered mode, use "dithered". Example: 
+        </p>
+      <source xml:space="preserve"><![CDATA[
+      <shading>dithered</shading>
+]]></source>
+      </section>
       <section id="afp-resource-group-file">
       <title>Resource Group File</title>
       <p>By default the AFP Renderer will place all data resource objects such as images within
@@ -1084,4 +1098,4 @@
 </section>
 
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/pdfa.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfa.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfa.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfa.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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,14 +226,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>
@@ -243,7 +243,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>
@@ -263,7 +263,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>
@@ -273,7 +273,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>
@@ -291,7 +291,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>
@@ -339,7 +339,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>
@@ -348,7 +348,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/trunk/pdfa.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfa.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfa.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfa.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfa.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfa.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfa.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/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: 688653 $</version>
@@ -150,4 +150,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/pdfencryption.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfencryption.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfencryption.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -220,7 +220,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>
@@ -240,7 +240,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>
@@ -272,7 +272,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>
@@ -403,7 +403,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>
@@ -432,7 +432,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/trunk/pdfencryption.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfencryption.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 encryption.</title>
     <version>$Revision: 638396 $</version>
@@ -218,4 +218,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfx.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfx.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -223,7 +223,7 @@
 </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">
 <div class="warning">
@@ -237,13 +237,13 @@
         PDF/X is a standard which faciliates prepress digital data exchange using PDF.
         Currently, only PDF/X-3:2003 is implemented out of the many different flavours of PDF/X
         profiles. PDF/X-3:2003 is documented in 
-        <a class="external" href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=39940&ICS1=37&ICS2=100&ICS3=99">ISO 15930-6:2003(E)</a>. 
+        <a class="external" href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=39940&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 15930-6:2003(E)</a>. 
         More info on PDF/X can be found on the  
         <a class="external" href="http://www.pdfx.info/">PDF/X info site</a>.
       </p>
 </div>
     
-<a name="N1002D"></a><a name="status"></a>
+<a name="N1002E"></a><a name="status"></a>
 <h2 class="underlined_10">Implementation Status</h2>
 <div class="section">
 <p>
@@ -271,7 +271,7 @@
       </p>
 </div>
     
-<a name="N10040"></a><a name="command-line"></a>
+<a name="N10041"></a><a name="command-line"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -281,7 +281,7 @@
       </p>
 </div>
     
-<a name="N1004A"></a><a name="embedded"></a>
+<a name="N1004B"></a><a name="embedded"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -300,7 +300,7 @@
       </p>
 </div>
     
-<a name="N1005B"></a><a name="rules"></a>
+<a name="N1005C"></a><a name="rules"></a>
 <h2 class="underlined_10">PDF/X in Action</h2>
 <div class="section">
 <p>
@@ -344,7 +344,7 @@
 </ul>
 </div>
     
-<a name="N1007E"></a><a name="profile-compatibility"></a>
+<a name="N1007F"></a><a name="profile-compatibility"></a>
 <h2 class="underlined_10">PDF profile compatibility</h2>
 <div class="section">
 <p>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfx.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfx.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfx.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfx.xml Tue May 19 11:13:27 2009
@@ -13,7 +13,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/X (ISO 15930)</title>
     <version>$Revision: 627324 $</version>
@@ -130,4 +130,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/trunk/running.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/running.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/running.html Tue May 19 11:13:27 2009
@@ -174,7 +174,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>
 <!--+
@@ -245,7 +245,7 @@
 </div>
 </div>
     
-<a name="N10011"></a><a name="require"></a>
+<a name="N10012"></a><a name="require"></a>
 <h2 class="underlined_10">System Requirements</h2>
 <div class="section">
 <p>The following software must be installed:</p>
@@ -315,10 +315,10 @@
 </ul>
 </div>
     
-<a name="N10075"></a><a name="install"></a>
+<a name="N10076"></a><a name="install"></a>
 <h2 class="underlined_10">Installation</h2>
 <div class="section">
-<a name="N1007B"></a><a name="install-instruct"></a>
+<a name="N1007C"></a><a name="install-instruct"></a>
 <h3 class="underlined_5">Instructions</h3>
 <p>
           Basic FOP installation consists of first unzipping the <span class="codefrag">.gz</span> file that is the 
@@ -327,7 +327,7 @@
           documentation or Zip application software documentation for instructions specific to your 
           site.
         </p>
-<a name="N1008B"></a><a name="install-problems"></a>
+<a name="N1008C"></a><a name="install-problems"></a>
 <h3 class="underlined_5">Problems</h3>
 <p>
           Some Mac OSX users have experienced filename truncation problems using Stuffit to unzip 
@@ -337,10 +337,10 @@
         </p>
 </div>
     
-<a name="N10099"></a><a name="standalone-start"></a>
+<a name="N1009A"></a><a name="standalone-start"></a>
 <h2 class="underlined_10">Starting FOP as a Standalone Application</h2>
 <div class="section">
-<a name="N1009F"></a><a name="fop-script"></a>
+<a name="N100A0"></a><a name="fop-script"></a>
 <h3 class="underlined_5">Using the fop script or batch file</h3>
 <p>
         The usual and recommended practice for starting FOP from the command line is to run the 
@@ -432,7 +432,7 @@
         <strong>and</strong> if compatible encryption support is available at run time. 
         Currently, only the JCE is supported. Check the <a href="pdfencryption.html">Details</a>.
       </p>
-<a name="N100C1"></a><a name="your-own-script"></a>
+<a name="N100C2"></a><a name="your-own-script"></a>
 <h3 class="underlined_5">Writing your own script</h3>
 <p>FOP's entry point for your own scripts is the class
 <span class="codefrag">org.apache.fop.cli.Main</span>. The general pattern for the
@@ -443,7 +443,7 @@
         the standard scripts to make sure that 
         you get your environment properly configured. 
         </p>
-<a name="N100D1"></a><a name="jar-option"></a>
+<a name="N100D2"></a><a name="jar-option"></a>
 <h3 class="underlined_5">Running with java's -jar option</h3>
 <p>
         As an alternative to the start scripts you can run <span class="codefrag">java
@@ -461,7 +461,7 @@
 <p>In both cases the arguments consist of the options and
         infile and outfile specifications as shown above for the
         standard scripts.</p>
-<a name="N10100"></a><a name="dynamical-classpath"></a>
+<a name="N10101"></a><a name="dynamical-classpath"></a>
 <h3 class="underlined_5">FOP's dynamical classpath construction</h3>
 <p>If FOP is started without a proper classpath, it tries to
           add its dependencies dynamically. If the system property
@@ -485,7 +485,7 @@
           <span class="codefrag">org.apache.fop.cli.Main</span>.</p>
 </div>
     
-<a name="N10132"></a><a name="check-input"></a>
+<a name="N10133"></a><a name="check-input"></a>
 <h2 class="underlined_10">Using Xalan to Check XSL-FO Input</h2>
 <div class="section">
 <p>
@@ -539,7 +539,7 @@
       </p>
 </div>
     
-<a name="N10160"></a><a name="memory"></a>
+<a name="N10161"></a><a name="memory"></a>
 <h2 class="underlined_10">Memory Usage</h2>
 <div class="section">
 <p>
@@ -600,7 +600,7 @@
 </ul>
 </div>
     
-<a name="N10187"></a><a name="problems"></a>
+<a name="N10188"></a><a name="problems"></a>
 <h2 class="underlined_10">Problems</h2>
 <div class="section">
 <p>If you have problems running FOP, please see the <a href="../gethelp.html">"How to get Help" page</a>.</p>

Modified: xmlgraphics/site/deploy/fop/trunk/running.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.pdf?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/running.pdf (original) and xmlgraphics/site/deploy/fop/trunk/running.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/trunk/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/running.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/running.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>Running Apache FOP</title>
     <version>$Revision: 638396 $</version>
@@ -343,4 +343,4 @@
       <p>If you have problems running FOP, please see the <link href="../gethelp.html">"How to get Help" page</link>.</p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file



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