You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by sp...@apache.org on 2011/08/25 10:04:32 UTC

svn commit: r1161429 [12/12] - in /xmlgraphics/site/deploy/fop: ./ 0.95/ 1.0/ dev/ dev/design/ skin/ trunk/

Modified: xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfencryption.xml Thu Aug 25 08:04:24 2011
@@ -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: 1154998 $</version>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfx.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfx.html Thu Aug 25 08:04:24 2011
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
 <title>PDF/X (ISO 15930)</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -201,6 +201,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>PDF/X (ISO 15930)</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -223,8 +224,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
-<a name="N10018"></a><a name="overview"></a>
+<a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <div class="warning">
@@ -238,13 +240,13 @@ document.write("Last Published: " + docu
         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="status"></a>
 <h2 class="underlined_10">Implementation Status</h2>
 <div class="section">
 <p>
@@ -272,7 +274,7 @@ document.write("Last Published: " + docu
       </p>
 </div>
     
-<a name="N10040"></a><a name="command-line"></a>
+<a name="command-line"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -282,7 +284,7 @@ document.write("Last Published: " + docu
       </p>
 </div>
     
-<a name="N1004A"></a><a name="embedded"></a>
+<a name="embedded"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -301,7 +303,7 @@ Fop fop = fopFactory.newFop(MimeConstant
       </p>
 </div>
     
-<a name="N1005B"></a><a name="rules"></a>
+<a name="rules"></a>
 <h2 class="underlined_10">PDF/X in Action</h2>
 <div class="section">
 <p>
@@ -345,7 +347,7 @@ Fop fop = fopFactory.newFop(MimeConstant
 </ul>
 </div>
     
-<a name="N1007E"></a><a name="profile-compatibility"></a>
+<a name="profile-compatibility"></a>
 <h2 class="underlined_10">PDF profile compatibility</h2>
 <div class="section">
 <p>
@@ -377,7 +379,10 @@ document.write("Last Published: " + docu
 <div class="copyright">
         Copyright &copy;
          1999-2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
-</div>
+<br>
+    Apache, Apache FOP, the Apache feather logo, and the Apache FOP
+    logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+  </div>
 <!--+
     |end bottomstrip
     +-->

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfx.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfx.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfx.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfx.xml Thu Aug 25 08:04:24 2011
@@ -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>

Modified: xmlgraphics/site/deploy/fop/trunk/running.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/running.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/running.html Thu Aug 25 08:04:24 2011
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Running Apache FOP</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -201,6 +201,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Running Apache FOP</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -245,8 +246,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
-<a name="N10011"></a><a name="require"></a>
+<a name="require"></a>
 <h2 class="underlined_10">System Requirements</h2>
 <div class="section">
 <p>The following software must be installed:</p>
@@ -316,10 +318,10 @@ document.write("Last Published: " + docu
 </ul>
 </div>
     
-<a name="N10075"></a><a name="install"></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="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
@@ -328,7 +330,7 @@ document.write("Last Published: " + docu
           documentation or Zip application software documentation for instructions specific to your
           site.
         </p>
-<a name="N1008B"></a><a name="install-problems"></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
@@ -338,10 +340,10 @@ document.write("Last Published: " + docu
         </p>
 </div>
     
-<a name="N10099"></a><a name="standalone-start"></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="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
@@ -452,7 +454,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
         <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="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
@@ -463,7 +465,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
         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="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
@@ -481,7 +483,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
 <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="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
@@ -505,7 +507,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
           <span class="codefrag">org.apache.fop.cli.Main</span>.</p>
 </div>
     
-<a name="N10132"></a><a name="check-input"></a>
+<a name="check-input"></a>
 <h2 class="underlined_10">Using Xalan to Check XSL-FO Input</h2>
 <div class="section">
 <p>
@@ -559,7 +561,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
       </p>
 </div>
     
-<a name="N10160"></a><a name="memory"></a>
+<a name="memory"></a>
 <h2 class="underlined_10">Memory Usage</h2>
 <div class="section">
 <p>
@@ -620,7 +622,7 @@ Fop [options] [-fo|-xml] infile [-xsl fi
 </ul>
 </div>
     
-<a name="N10187"></a><a name="problems"></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>
@@ -646,7 +648,10 @@ document.write("Last Published: " + docu
 <div class="copyright">
         Copyright &copy;
          1999-2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
-</div>
+<br>
+    Apache, Apache FOP, the Apache feather logo, and the Apache FOP
+    logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+  </div>
 <!--+
     |end bottomstrip
     +-->

Modified: xmlgraphics/site/deploy/fop/trunk/running.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/running.pdf (original) and xmlgraphics/site/deploy/fop/trunk/running.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/trunk/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/running.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/running.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/running.xml Thu Aug 25 08:04:24 2011
@@ -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: 1154998 $</version>

Modified: xmlgraphics/site/deploy/fop/trunk/servlets.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/servlets.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/servlets.html Thu Aug 25 08:04:24 2011
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Servlets</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -202,6 +202,7 @@ document.write("Last Published: " + docu
 </div>
 <h1>Servlets</h1>
 <h3>How to use Apache FOP in a Servlet</h3>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -249,8 +250,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
-<a name="N10014"></a><a name="overview"></a>
+<a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -258,7 +260,7 @@ document.write("Last Published: " + docu
       </p>
 </div>
     
-<a name="N1001E"></a><a name="example-servlets"></a>
+<a name="example-servlets"></a>
 <h2 class="underlined_10">Example Servlets in the FOP distribution</h2>
 <div class="section">
 <p>
@@ -289,7 +291,7 @@ document.write("Last Published: " + docu
 </div>
 </div>
     
-<a name="N1003C"></a><a name="servlet"></a>
+<a name="servlet"></a>
 <h2 class="underlined_10">Create your own Servlet</h2>
 <div class="section">
 <div class="note">
@@ -298,7 +300,7 @@ document.write("Last Published: " + docu
         This section assumes you are familiar with <a href="embedding.html">embedding FOP</a>.
       </div>
 </div>
-<a name="N10049"></a><a name="minimal-servlet"></a>
+<a name="minimal-servlet"></a>
 <h3 class="underlined_5">A minimal Servlet</h3>
 <p>
           Here is a minimal code snippet to demonstrate the basics:
@@ -327,7 +329,7 @@ public void doGet(HttpServletRequest req
           See below for details.
         </div>
 </div>
-<a name="N1005A"></a><a name="xslt"></a>
+<a name="xslt"></a>
 <h3 class="underlined_5">Adding XSL tranformation (XSLT)</h3>
 <p>
           A common requirement is to transform an XML source to
@@ -391,12 +393,12 @@ public void init() throws ServletExcepti
           Because you have an explicit <span class="codefrag">Transformer</span> object, you can also use it to 
           explicitely set parameters for the transformation run.
         </p>
-<a name="N1007A"></a><a name="cfg"></a>
+<a name="cfg"></a>
 <h3 class="underlined_5">Custom configuration</h3>
 <p>
           You can easily set up your own FOUserAgent as demonstrated on the <a href="embedding.html">Embedding page</a>.
         </p>
-<a name="N10088"></a><a name="performance"></a>
+<a name="performance"></a>
 <h3 class="underlined_5">Improving performance</h3>
 <p>
           There are several options to consider:
@@ -423,7 +425,7 @@ public void init() throws ServletExcepti
           <a href="embedding.html#performance">performance hints from the Embedding page</a>
           apply here, too.
         </p>
-<a name="N100A9"></a><a name="uriresolver"></a>
+<a name="uriresolver"></a>
 <h3 class="underlined_5">Accessing resources in your web application</h3>
 <p>
           Often, you will want to use resources (stylesheets, images etc.) which are bundled with
@@ -493,7 +495,7 @@ Transformer transformer = this.transFact
 transformer.setURIResolver(this.uriResolver);</pre>
 </div>
     
-<a name="N100D7"></a><a name="ie"></a>
+<a name="ie"></a>
 <h2 class="underlined_10">Notes on Microsoft Internet Explorer</h2>
 <div class="section">
 <p>
@@ -540,7 +542,7 @@ transformer.setURIResolver(this.uriResol
 </ul>
 </div>
     
-<a name="N10108"></a><a name="servlet-engine"></a>
+<a name="servlet-engine"></a>
 <h2 class="underlined_10">Servlet Engines</h2>
 <div class="section">
 <p>
@@ -548,13 +550,13 @@ transformer.setURIResolver(this.uriResol
         with existing XML/XSLT libraries. Servlet containers also often use their own classloaders 
         for loading webapps, which can cause bugs and security problems.
       </p>
-<a name="N10111"></a><a name="tomcat"></a>
+<a name="tomcat"></a>
 <h3 class="underlined_5">Tomcat</h3>
 <p>
           Check Tomcat's documentation for detailed instructions about installing FOP and Cocoon.
           There are known bugs that must be addressed, particularly for Tomcat 4.0.3.
         </p>
-<a name="N1011B"></a><a name="websphere"></a>
+<a name="websphere"></a>
 <h3 class="underlined_5">WebSphere 3.5</h3>
 <p>
           Put a copy of a working parser in some directory where WebSphere can access it.
@@ -570,7 +572,7 @@ transformer.setURIResolver(this.uriResol
         </p>
 </div>
     
-<a name="N10126"></a><a name="complex-usecases"></a>
+<a name="complex-usecases"></a>
 <h2 class="underlined_10">Handling complex use cases</h2>
 <div class="section">
 <p>
@@ -601,7 +603,10 @@ document.write("Last Published: " + docu
 <div class="copyright">
         Copyright &copy;
          1999-2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
-</div>
+<br>
+    Apache, Apache FOP, the Apache feather logo, and the Apache FOP
+    logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+  </div>
 <!--+
     |end bottomstrip
     +-->

Modified: xmlgraphics/site/deploy/fop/trunk/servlets.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/servlets.pdf (original) and xmlgraphics/site/deploy/fop/trunk/servlets.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/trunk/servlets.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/servlets.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/servlets.xml Thu Aug 25 08:04:24 2011
@@ -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>Servlets</title>
     <subtitle>How to use Apache FOP in a Servlet</subtitle>

Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/upgrading.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/upgrading.html Thu Aug 25 08:04:24 2011
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Upgrading from an Earlier Version of Apache FOP</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -201,6 +201,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Upgrading from an Earlier Version of Apache FOP</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -211,8 +212,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
-<a name="N10011"></a><a name="important"></a>
+<a name="important"></a>
 <h2 class="underlined_10">Important!</h2>
 <div class="section">
 <p>
@@ -286,7 +288,7 @@ document.write("Last Published: " + docu
 </ul>
 </div>
     
-<a name="N1004E"></a><a name="issues"></a>
+<a name="issues"></a>
 <h2 class="underlined_10">What you need to know when you upgrade!</h2>
 <div class="section">
 <p>
@@ -351,7 +353,10 @@ document.write("Last Published: " + docu
 <div class="copyright">
         Copyright &copy;
          1999-2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
-</div>
+<br>
+    Apache, Apache FOP, the Apache feather logo, and the Apache FOP
+    logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+  </div>
 <!--+
     |end bottomstrip
     +-->

Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/upgrading.pdf (original) and xmlgraphics/site/deploy/fop/trunk/upgrading.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/upgrading.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/upgrading.xml Thu Aug 25 08:04:24 2011
@@ -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>Upgrading from an Earlier Version of Apache FOP</title>
     <version>$Revision: 1101050 $</version>



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