You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ps...@apache.org on 2010/02/18 09:05:39 UTC

svn commit: r911276 [3/9] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ trunk/

Modified: xmlgraphics/site/deploy/fop/0.95/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/fonts.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/fonts.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/fonts.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Apache FOP: Fonts</title>
     <version>$Revision$</version>
@@ -404,4 +404,4 @@
       </section-->
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

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

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

Modified: xmlgraphics/site/deploy/fop/0.95/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/graphics.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/graphics.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/graphics.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Apache FOP: Graphics Formats</title>
     <version>$Revision$</version>
@@ -561,4 +561,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/hyphenation.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/hyphenation.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/hyphenation.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/hyphenation.html Thu Feb 18 08:05:32 2010
@@ -234,10 +234,10 @@
 </div>
 </div>
     
-<a name="N10012"></a><a name="support"></a>
+<a name="N10011"></a><a name="support"></a>
 <h2 class="underlined_10">Hyphenation Support</h2>
 <div class="section">
-<a name="N10018"></a><a name="intro"></a>
+<a name="N10017"></a><a name="intro"></a>
 <h3 class="underlined_5">Introduction</h3>
 <p>FOP uses Liang's hyphenation algorithm, well known from TeX. It needs
        language specific pattern and other data for operation.</p>
@@ -253,7 +253,7 @@
        Please inquire on the <a href="../maillist.html#fop-user">FOP User
        mailing list</a>.</div>
 </div>
-<a name="N10035"></a><a name="license-issues"></a>
+<a name="N10034"></a><a name="license-issues"></a>
 <h3 class="underlined_5">License Issues</h3>
 <p>Many of the hyphenation files distributed with TeX and its offspring are
        licenced under the <a class="external" href="http://www.latex-project.org/lppl.html">LaTeX
@@ -272,12 +272,12 @@
 <div class="content">The user is responsible to settle license issues for hyphenation
        pattern files that are obtained from non-Apache sources.</div>
 </div>
-<a name="N1004A"></a><a name="sources"></a>
+<a name="N10049"></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="N10059"></a><a name="install"></a>
+<a name="N10058"></a><a name="install"></a>
 <h3 class="underlined_5">Installing Custom Hyphenation Patterns</h3>
 <p>To install a custom hyphenation pattern for use with FOP:</p>
 <ol>
@@ -363,7 +363,7 @@
 </div>
 </div>
   
-<a name="N100CD"></a><a name="patterns"></a>
+<a name="N100CC"></a><a name="patterns"></a>
 <h2 class="underlined_10">Hyphenation Patterns</h2>
 <div class="section">
 <p>If you would like to build your own hyphenation pattern files, or modify

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

Modified: xmlgraphics/site/deploy/fop/0.95/hyphenation.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/hyphenation.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/hyphenation.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/hyphenation.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Apache FOP: Hyphenation</title>
     <version>$Revision$</version>
@@ -231,4 +231,4 @@
      hyphenation.</p>
   </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/index.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/index.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/index.html Thu Feb 18 08:05:32 2010
@@ -226,7 +226,7 @@
 </div>
 </div>
     
-<a name="N10012"></a><a name="intro"></a>
+<a name="N10011"></a><a name="intro"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
@@ -242,7 +242,7 @@
       </p>
 </div>
     
-<a name="N10027"></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>
@@ -251,7 +251,7 @@
       </p>
 </div>
     
-<a name="N10035"></a><a name="download"></a>
+<a name="N10034"></a><a name="download"></a>
 <h2 class="underlined_10">Download</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/index.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/index.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/index.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Apache FOP Version 0.95</title>
     <version>$Revision$</version>
@@ -48,4 +48,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/intermediate.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/intermediate.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/intermediate.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/intermediate.html Thu Feb 18 08:05:32 2010
@@ -239,7 +239,7 @@
     </div>
 </div>
     
-<a name="N10018"></a><a name="introduction"></a>
+<a name="N10017"></a><a name="introduction"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
@@ -257,7 +257,7 @@
       </p>
 </div>
     
-<a name="N10029"></a><a name="usage"></a>
+<a name="N10028"></a><a name="usage"></a>
 <h2 class="underlined_10">Usage of the Intermediate Format</h2>
 <div class="section">
 <p>
@@ -324,7 +324,7 @@
         by using the "-atin" parameter for specifying the area tree XML as input file. You can also 
         specify a "mimic renderer" by inserting a MIME type between "-at" and the output file.
       </p>
-<a name="N10057"></a><a name="concat"></a>
+<a name="N10056"></a><a name="concat"></a>
 <h3 class="underlined_5">Concatenating Documents</h3>
 <p>
           This initial example is obviously not very useful. It would be faster to create the PDF file 
@@ -333,7 +333,7 @@
           same AreaTreeModel instance which essentially concatenates all the input document to one single
           output document.
         </p>
-<a name="N10065"></a><a name="modifying"></a>
+<a name="N10064"></a><a name="modifying"></a>
 <h3 class="underlined_5">Modifying Documents</h3>
 <p>
           One of the most important use cases for the intermediate format is obviously modifying the area
@@ -343,7 +343,7 @@
           create any non-parseable files. We may add an XML Schema and more detailed documentation at a
           later time. You're invited to help us with that.
         </p>
-<a name="N1006F"></a><a name="advanced"></a>
+<a name="N1006E"></a><a name="advanced"></a>
 <h3 class="underlined_5">Advanced Use</h3>
 <p>
           The generation of the intermediate format as well as it parsing process has been designed to allow

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

Modified: xmlgraphics/site/deploy/fop/0.95/intermediate.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/intermediate.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/intermediate.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/intermediate.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Intermediate Format</title>
     <version>$Revision$</version>
@@ -140,4 +140,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/knownissues_overview.html Thu Feb 18 08:05:32 2010
@@ -228,7 +228,7 @@
 </div>
 </div>
 
-<a name="N10012"></a><a name="Known+issues"></a>
+<a name="N10011"></a><a name="Known+issues"></a>
 <h2 class="underlined_10">Known issues</h2>
 <div class="section">
 <p>
@@ -262,7 +262,7 @@
     tests during the normal build process. This indicates a problem in the current codebase. When a bug is 
     fixed or a missing feature is added the entry for the relevant test case(s) are removed.
   </p>
-<a name="N10031"></a><a name="FO+Tree"></a>
+<a name="N10030"></a><a name="FO+Tree"></a>
 <h3 class="underlined_5">FO Tree</h3>
 <p>
       This section lists disabled test cases in the test suite for the FO tree tests, at the time
@@ -443,7 +443,7 @@
 <strong>block_shy_linebreaking_hyph.xml</strong> (Soft hyphen with normal hyphenation enabled):<br>A soft hyphen should be a preferred as break compared to a
     normal hyphenation point but is not.</p>
 <p></p>
-<a name="N1016F"></a><a name="Other+known+issues"></a>
+<a name="N10170"></a><a name="Other+known+issues"></a>
 <h3 class="underlined_5">Other known issues</h3>
 <p>This section lists other known issues.</p>
 <ul>

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

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

Modified: xmlgraphics/site/deploy/fop/0.95/metadata.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/metadata.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/metadata.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/metadata.html Thu Feb 18 08:05:32 2010
@@ -236,7 +236,7 @@
 </div>
 </div>
     
-<a name="N1000F"></a><a name="overview"></a>
+<a name="N1000E"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -254,7 +254,7 @@
       </p>
 </div>
     
-<a name="N1001D"></a><a name="xmp-in-fo"></a>
+<a name="N1001C"></a><a name="xmp-in-fo"></a>
 <h2 class="underlined_10">Embedding XMP in an XSL-FO document</h2>
 <div class="section">
 <p>
@@ -270,7 +270,7 @@
         <span class="codefrag">x:xmpmeta</span> and <span class="codefrag">rdf:RDF</span> elements are recognized as the top-level
         element introducing an XMP fragment (as per the XMP specification).
       </p>
-<a name="N1003B"></a><a name="xmp-example"></a>
+<a name="N1003A"></a><a name="xmp-example"></a>
 <h3 class="underlined_5">Example</h3>
 <pre class="code">[..]
 &lt;/fo:layout-master-set&gt;
@@ -304,7 +304,7 @@
 </div>
 </div>
     
-<a name="N10056"></a><a name="xmp-impl-in-fop"></a>
+<a name="N10055"></a><a name="xmp-impl-in-fop"></a>
 <h2 class="underlined_10">Implementation in Apache FOP</h2>
 <div class="section">
 <p>
@@ -447,7 +447,7 @@
         this was changed to map to <span class="codefrag">dc:description["x-default"]</span>. 
       </div>
 </div>
-<a name="N10188"></a><a name="namespaces"></a>
+<a name="N10187"></a><a name="namespaces"></a>
 <h3 class="underlined_5">Namespaces</h3>
 <p>
           Metadata is made of property sets where each property set uses a different namespace URI.
@@ -502,7 +502,7 @@
         </p>
 </div>
     
-<a name="N101EB"></a><a name="links"></a>
+<a name="N101EA"></a><a name="links"></a>
 <h2 class="underlined_10">Links</h2>
 <div class="section">
 <ul>

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

Modified: xmlgraphics/site/deploy/fop/0.95/metadata.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/metadata.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/metadata.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/metadata.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Metadata</title>
   </header>
@@ -237,4 +237,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

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

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

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

Modified: xmlgraphics/site/deploy/fop/0.95/pdfa.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfa.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfa.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfa.html Thu Feb 18 08:05:32 2010
@@ -235,14 +235,14 @@
 </div>
 </div>
     
-<a name="N10019"></a><a name="overview"></a>
+<a name="N10018"></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&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 19005-1:2005(E)</a>. 
+        <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>. 
         Work on PDF/A-2 is in progress at 
         <a class="external" href="http://www.aiim.org/standards.asp?ID=25013">AIIM</a>.
       </p>
@@ -252,7 +252,7 @@
       </p>
 </div>
     
-<a name="N10032"></a><a name="status"></a>
+<a name="N10031"></a><a name="status"></a>
 <h2 class="underlined_10">Implementation Status</h2>
 <div class="section">
 <p>
@@ -272,7 +272,7 @@
       </p>
 </div>
     
-<a name="N10048"></a><a name="command-line"></a>
+<a name="N10047"></a><a name="command-line"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -282,7 +282,7 @@
       </p>
 </div>
     
-<a name="N10052"></a><a name="embedded"></a>
+<a name="N10051"></a><a name="embedded"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -300,7 +300,7 @@
       </p>
 </div>
     
-<a name="N10063"></a><a name="rules"></a>
+<a name="N10062"></a><a name="rules"></a>
 <h2 class="underlined_10">PDF/A in Action</h2>
 <div class="section">
 <p>
@@ -348,7 +348,7 @@
 </ul>
 </div>
     
-<a name="N10085"></a><a name="profile-compatibility"></a>
+<a name="N10084"></a><a name="profile-compatibility"></a>
 <h2 class="underlined_10">PDF profile compatibility</h2>
 <div class="section">
 <p>
@@ -357,7 +357,7 @@
       </p>
 </div>
     
-<a name="N1008F"></a><a name="interoperability"></a>
+<a name="N1008E"></a><a name="interoperability"></a>
 <h2 class="underlined_10">Interoperability</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/pdfa.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfa.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfa.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfa.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>PDF/A (ISO 19005)</title>
     <version>$Revision$</version>
@@ -150,4 +150,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/pdfencryption.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfencryption.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfencryption.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfencryption.html Thu Feb 18 08:05:32 2010
@@ -229,7 +229,7 @@
 </div>
 </div>
     
-<a name="N1001D"></a><a name="Overview"></a>
+<a name="N1001C"></a><a name="Overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -249,7 +249,7 @@
       </p>
 </div>
     
-<a name="N1002A"></a><a name="Usage+%28command+line%29"></a>
+<a name="N10029"></a><a name="Usage+%28command+line%29"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -281,7 +281,7 @@
       </p>
 </div>
     
-<a name="N10052"></a><a name="Usage+%28embedded%29"></a>
+<a name="N10051"></a><a name="Usage+%28embedded%29"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -412,7 +412,7 @@
 </ol>
 </div>
     
-<a name="N10138"></a><a name="Environment"></a>
+<a name="N10137"></a><a name="Environment"></a>
 <h2 class="underlined_10">Environment</h2>
 <div class="section">
 <p>
@@ -441,7 +441,7 @@
       </p>
 </div>
     
-<a name="N1015E"></a><a name="install_crypto"></a>
+<a name="N1015D"></a><a name="install_crypto"></a>
 <h2 class="underlined_10">Installing a crypto provider</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfencryption.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfencryption.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfencryption.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>PDF encryption.</title>
     <version>$Revision$</version>
@@ -215,4 +215,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/pdfx.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfx.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfx.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfx.html Thu Feb 18 08:05:32 2010
@@ -232,7 +232,7 @@
 </div>
 </div>
     
-<a name="N10019"></a><a name="overview"></a>
+<a name="N10018"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <div class="warning">
@@ -246,13 +246,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&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 15930-6:2003(E)</a>. 
+        <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>. 
         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="N1002E"></a><a name="status"></a>
+<a name="N1002D"></a><a name="status"></a>
 <h2 class="underlined_10">Implementation Status</h2>
 <div class="section">
 <p>
@@ -280,7 +280,7 @@
       </p>
 </div>
     
-<a name="N10041"></a><a name="command-line"></a>
+<a name="N10040"></a><a name="command-line"></a>
 <h2 class="underlined_10">Usage (command line)</h2>
 <div class="section">
 <p>
@@ -290,7 +290,7 @@
       </p>
 </div>
     
-<a name="N1004B"></a><a name="embedded"></a>
+<a name="N1004A"></a><a name="embedded"></a>
 <h2 class="underlined_10">Usage (embedded)</h2>
 <div class="section">
 <p>
@@ -309,7 +309,7 @@
       </p>
 </div>
     
-<a name="N1005C"></a><a name="rules"></a>
+<a name="N1005B"></a><a name="rules"></a>
 <h2 class="underlined_10">PDF/X in Action</h2>
 <div class="section">
 <p>
@@ -353,7 +353,7 @@
 </ul>
 </div>
     
-<a name="N1007F"></a><a name="profile-compatibility"></a>
+<a name="N1007E"></a><a name="profile-compatibility"></a>
 <h2 class="underlined_10">PDF profile compatibility</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/pdfx.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/pdfx.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/pdfx.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/pdfx.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>PDF/X (ISO 15930)</title>
     <version>$Revision$</version>
@@ -130,4 +130,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.html Thu Feb 18 08:05:32 2010
@@ -229,7 +229,7 @@
 </div>
 <notes>
         
-<a name="N1000A"></a><a name="Notes"></a>
+<a name="N10009"></a><a name="Notes"></a>
 <h2 class="underlined_10">Notes</h2>
 <div class="section">
 <p>
@@ -306,7 +306,7 @@
 </div>
       
 </notes>
-<a name="N1004A"></a><a name="version_0.95"></a>
+<a name="N10049"></a><a name="version_0.95"></a>
 <h2 class="underlined_10">Major Changes in Version 0.95</h2>
 <div class="section">
 <div class="note">
@@ -315,7 +315,7 @@
      A full list of changes in this release <a href="changes_0.95.html">is available</a>.
       </div>
 </div>
-<a name="N10054"></a><a name="Changes+to+the+Code+Base"></a>
+<a name="N10053"></a><a name="Changes+to+the+Code+Base"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -323,7 +323,7 @@
         Fixed potential multi-threading problem concerning the use of DecimalFormat.
        Committed by JM. See Issue <a class="external" href="http://issues.apache.org/bugzilla/show_bug.cgi?id=44887">44887</a>.</li>
 </ul>
-<a name="N10062"></a><a name="Changes+to+the+Layout+Engine"></a>
+<a name="N10061"></a><a name="Changes+to+the+Layout+Engine"></a>
 <h3 class="underlined_5">Changes to the Layout Engine</h3>
 <ul>
 <li>
@@ -331,7 +331,7 @@
         Various bugfixes for table layout.
        Committed by VH. See Issue <a class="external" href="http://issues.apache.org/bugzilla/show_bug.cgi?id=44621">44621</a>.</li>
 </ul>
-<a name="N10070"></a><a name="Changes+to+Renderers+%28Output+Formats%29"></a>
+<a name="N1006F"></a><a name="Changes+to+Renderers+%28Output+Formats%29"></a>
 <h3 class="underlined_5">Changes to Renderers (Output Formats)</h3>
 <ul>
 <li>

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

Modified: xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95.xml Thu Feb 18 08:05:32 2010
@@ -70,4 +70,4 @@
         Fixed positioning of absolutely positioned block-containers in multi-column documents.
        Committed by JM.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fixed rendering of fixed block-containers in AFP output.
-       Committed by JM.</li></ul></section></section></body></document>
\ No newline at end of file
+       Committed by JM.</li></ul></section></section></body></document>

Modified: xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.html Thu Feb 18 08:05:32 2010
@@ -467,7 +467,7 @@
 <a href="../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../dev/conventions.html">Conventions</a>
@@ -488,7 +488,7 @@
 <a href="../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.12', '../skin/')" id="menu_1.12Title" class="menutitle">Resources</div>
@@ -565,7 +565,7 @@
 </div>
 <notes>
         
-<a name="N1000A"></a><a name="Notes"></a>
+<a name="N10009"></a><a name="Notes"></a>
 <h2 class="underlined_10">Notes</h2>
 <div class="section">
 <p>
@@ -635,7 +635,7 @@
 </div>
       
 </notes>
-<a name="N10043"></a><a name="version_0.95beta"></a>
+<a name="N10042"></a><a name="version_0.95beta"></a>
 <h2 class="underlined_10">Major Changes in Version 0.95beta</h2>
 <div class="section">
 <div class="note">
@@ -644,7 +644,7 @@
      A full list of changes in this release <a href="changes_0.95beta.html">is available</a>.
       </div>
 </div>
-<a name="N1004D"></a><a name="Changes+to+the+Bundled+Extensions"></a>
+<a name="N1004C"></a><a name="Changes+to+the+Bundled+Extensions"></a>
 <h3 class="underlined_5">Changes to the Bundled Extensions</h3>
 <ul>
 <li>
@@ -654,7 +654,7 @@
         will make up an entire page. See the documentation for details.
        Committed by JM.</li>
 </ul>
-<a name="N10057"></a><a name="Changes+to+the+Image+Support"></a>
+<a name="N10056"></a><a name="Changes+to+the+Image+Support"></a>
 <h3 class="underlined_5">Changes to the Image Support</h3>
 <ul>
 <li>
@@ -663,7 +663,7 @@
         graphics and improve performance.
        Committed by JM.</li>
 </ul>
-<a name="N10061"></a><a name="Changes+to+the+Layout+Engine"></a>
+<a name="N10060"></a><a name="Changes+to+the+Layout+Engine"></a>
 <h3 class="underlined_5">Changes to the Layout Engine</h3>
 <ul>
 <li>
@@ -680,7 +680,7 @@
         Added support for scale-down-to-fit and scale-up-to-fit (introduced in XSL 1.1).
        Committed by JM.</li>
 </ul>
-<a name="N10079"></a><a name="Changes+to+Renderers+%28Output+Formats%29"></a>
+<a name="N10078"></a><a name="Changes+to+Renderers+%28Output+Formats%29"></a>
 <h3 class="underlined_5">Changes to Renderers (Output Formats)</h3>
 <ul>
 <li>

Modified: xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.pdf?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/releaseNotes_0.95beta.xml Thu Feb 18 08:05:32 2010
@@ -76,4 +76,4 @@
         PDF Transcoder (SVG) text painting has been completely rewritten.
         Except for some special cases (with filters for example), all text
         (including flow text) is now painted using PDF text operators.
-       Committed by JM.</li></ul></section></section></body></document>
\ No newline at end of file
+       Committed by JM.</li></ul></section></section></body></document>

Modified: xmlgraphics/site/deploy/fop/0.95/running.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/running.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/running.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/running.html Thu Feb 18 08:05:32 2010
@@ -254,7 +254,7 @@
 </div>
 </div>
     
-<a name="N10012"></a><a name="require"></a>
+<a name="N10011"></a><a name="require"></a>
 <h2 class="underlined_10">System Requirements</h2>
 <div class="section">
 <p>The following software must be installed:</p>
@@ -324,10 +324,10 @@
 </ul>
 </div>
     
-<a name="N10076"></a><a name="install"></a>
+<a name="N10075"></a><a name="install"></a>
 <h2 class="underlined_10">Installation</h2>
 <div class="section">
-<a name="N1007C"></a><a name="install-instruct"></a>
+<a name="N1007B"></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 
@@ -336,7 +336,7 @@
           documentation or Zip application software documentation for instructions specific to your 
           site.
         </p>
-<a name="N1008C"></a><a name="install-problems"></a>
+<a name="N1008B"></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 
@@ -346,10 +346,10 @@
         </p>
 </div>
     
-<a name="N1009A"></a><a name="standalone-start"></a>
+<a name="N10099"></a><a name="standalone-start"></a>
 <h2 class="underlined_10">Starting FOP as a Standalone Application</h2>
 <div class="section">
-<a name="N100A0"></a><a name="fop-script"></a>
+<a name="N1009F"></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 
@@ -441,7 +441,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="N100C2"></a><a name="your-own-script"></a>
+<a name="N100C1"></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
@@ -452,7 +452,7 @@
         the standard scripts to make sure that 
         you get your environment properly configured. 
         </p>
-<a name="N100D2"></a><a name="jar-option"></a>
+<a name="N100D1"></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
@@ -470,7 +470,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="N10101"></a><a name="dynamical-classpath"></a>
+<a name="N10100"></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
@@ -494,7 +494,7 @@
           <span class="codefrag">org.apache.fop.cli.Main</span>.</p>
 </div>
     
-<a name="N10133"></a><a name="check-input"></a>
+<a name="N10132"></a><a name="check-input"></a>
 <h2 class="underlined_10">Using Xalan to Check XSL-FO Input</h2>
 <div class="section">
 <p>
@@ -548,7 +548,7 @@
       </p>
 </div>
     
-<a name="N10161"></a><a name="memory"></a>
+<a name="N10160"></a><a name="memory"></a>
 <h2 class="underlined_10">Memory Usage</h2>
 <div class="section">
 <p>
@@ -609,7 +609,7 @@
 </ul>
 </div>
     
-<a name="N10188"></a><a name="problems"></a>
+<a name="N10187"></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/0.95/running.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/running.pdf?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/0.95/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/running.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/running.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/running.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Running Apache FOP</title>
     <version>$Revision$</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>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/servlets.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/servlets.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/servlets.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/servlets.html Thu Feb 18 08:05:32 2010
@@ -258,7 +258,7 @@
 </div>
 </div>
     
-<a name="N10015"></a><a name="overview"></a>
+<a name="N10014"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>
 <div class="section">
 <p>
@@ -266,7 +266,7 @@
       </p>
 </div>
     
-<a name="N1001F"></a><a name="example-servlets"></a>
+<a name="N1001E"></a><a name="example-servlets"></a>
 <h2 class="underlined_10">Example Servlets in the FOP distribution</h2>
 <div class="section">
 <p>
@@ -297,7 +297,7 @@
 </div>
 </div>
     
-<a name="N1003D"></a><a name="servlet"></a>
+<a name="N1003C"></a><a name="servlet"></a>
 <h2 class="underlined_10">Create your own Servlet</h2>
 <div class="section">
 <div class="note">
@@ -306,7 +306,7 @@
         This section assumes you are familiar with <a href="embedding.html">embedding FOP</a>.
       </div>
 </div>
-<a name="N1004A"></a><a name="minimal-servlet"></a>
+<a name="N10049"></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:
@@ -335,7 +335,7 @@
           See below for details.
         </div>
 </div>
-<a name="N1005B"></a><a name="xslt"></a>
+<a name="N1005A"></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
@@ -399,12 +399,12 @@
           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="N1007B"></a><a name="cfg"></a>
+<a name="N1007A"></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="N10089"></a><a name="performance"></a>
+<a name="N10088"></a><a name="performance"></a>
 <h3 class="underlined_5">Improving performance</h3>
 <p>
           There are several options to consider:
@@ -431,7 +431,7 @@
           <a href="embedding.html#performance">performance hints from the Embedding page</a>
           apply here, too.
         </p>
-<a name="N100AA"></a><a name="uriresolver"></a>
+<a name="N100A9"></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
@@ -501,7 +501,7 @@
 transformer.setURIResolver(this.uriResolver);</pre>
 </div>
     
-<a name="N100D8"></a><a name="ie"></a>
+<a name="N100D7"></a><a name="ie"></a>
 <h2 class="underlined_10">Notes on Microsoft Internet Explorer</h2>
 <div class="section">
 <p>
@@ -548,7 +548,7 @@
 </ul>
 </div>
     
-<a name="N10109"></a><a name="servlet-engine"></a>
+<a name="N10108"></a><a name="servlet-engine"></a>
 <h2 class="underlined_10">Servlet Engines</h2>
 <div class="section">
 <p>
@@ -556,13 +556,13 @@
         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="N10112"></a><a name="tomcat"></a>
+<a name="N10111"></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="N1011C"></a><a name="websphere"></a>
+<a name="N1011B"></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.
@@ -578,7 +578,7 @@
         </p>
 </div>
     
-<a name="N10127"></a><a name="complex-usecases"></a>
+<a name="N10126"></a><a name="complex-usecases"></a>
 <h2 class="underlined_10">Handling complex use cases</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/servlets.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/servlets.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/servlets.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/servlets.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Servlets</title>
     <subtitle>How to use Apache FOP in a Servlet</subtitle>
@@ -319,4 +319,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/0.95/upgrading.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/upgrading.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/upgrading.html (original)
+++ xmlgraphics/site/deploy/fop/0.95/upgrading.html Thu Feb 18 08:05:32 2010
@@ -220,7 +220,7 @@
 </div>
 </div>
     
-<a name="N10012"></a><a name="important"></a>
+<a name="N10011"></a><a name="important"></a>
 <h2 class="underlined_10">Important!</h2>
 <div class="section">
 <p>
@@ -301,7 +301,7 @@
 </ul>
 </div>
     
-<a name="N10055"></a><a name="issues"></a>
+<a name="N10054"></a><a name="issues"></a>
 <h2 class="underlined_10">What you need to know when you upgrade!</h2>
 <div class="section">
 <p>

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

Modified: xmlgraphics/site/deploy/fop/0.95/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/0.95/upgrading.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/0.95/upgrading.xml (original)
+++ xmlgraphics/site/deploy/fop/0.95/upgrading.xml Thu Feb 18 08:05:32 2010
@@ -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 xmlns:xi="http://www.w3.org/2001/XInclude">
+<document>
   <header>
     <title>Upgrading from an Earlier Version of Apache FOP</title>
     <version>$Revision$</version>
@@ -120,4 +120,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/bugs.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/bugs.html?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/bugs.html (original)
+++ xmlgraphics/site/deploy/fop/bugs.html Thu Feb 18 08:05:32 2010
@@ -223,7 +223,7 @@
 <h2 class="underlined_10">Reported Issues</h2>
 <div class="section">
 <p>A list of unresolved reported bugs can be found at
-<a class="external" href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">FOP
+<a class="external" href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=">FOP
 Open Bugs (Bugzilla)</a>. If you have an interest in an issue already
 reported, please consider the following:
       </p>

Modified: xmlgraphics/site/deploy/fop/bugs.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/bugs.pdf?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/bugs.pdf (original) and xmlgraphics/site/deploy/fop/bugs.pdf Thu Feb 18 08:05:32 2010 differ

Modified: xmlgraphics/site/deploy/fop/bugs.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/bugs.xml?rev=911276&r1=911275&r2=911276&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/bugs.xml (original)
+++ xmlgraphics/site/deploy/fop/bugs.xml Thu Feb 18 08:05:32 2010
@@ -59,4 +59,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>



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