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 [9/12] - in /xmlgraphics/site/deploy/fop: ./ 0.95/ 1.0/ dev/ dev/design/ skin/ trunk/

Modified: xmlgraphics/site/deploy/fop/fo.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/fo.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/fo.html (original)
+++ xmlgraphics/site/deploy/fop/fo.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>XSL-FO Input</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -202,6 +202,7 @@ document.write("Last Published: " + docu
 </div>
 <h1>XSL-FO Input</h1>
 <h3>Basic Help for Using XML, XSLT, and XSL-FO</h3>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -275,8 +276,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>
@@ -287,10 +289,10 @@ good FAQ is <a class="external" href="ht
       </p>
 </div>
     
-<a name="N10022"></a><a name="xml"></a>
+<a name="xml"></a>
 <h2 class="underlined_10">XML Issues</h2>
 <div class="section">
-<a name="N10028"></a><a name="xml-special-chars"></a>
+<a name="xml-special-chars"></a>
 <h3 class="underlined_5">Special Characters</h3>
 <p>
           When entering special (non-ASCII) characters in XML, the general rule is to use the applicable Unicode character instead of trying to use a character entity as you would with HTML.
@@ -327,7 +329,7 @@ For other fonts, use font editing sofwar
 <p>
           An alternative to encoding the character and making it available through a font is to use an embedded graphic to represent the character: GIF, PNG, SVG, etc.
         </p>
-<a name="N10062"></a><a name="xml-entity-chars"></a>
+<a name="xml-entity-chars"></a>
 <h3 class="underlined_5">Entity Characters</h3>
 <p>
             The handful of basic XML character entities that do exist are the ampersand, apostrophe, less-than, greater-than, and single-quote characters.
@@ -341,7 +343,7 @@ It is not necessary everywhere, but it i
 <p>
           Review the <a class="external" href="http://www.w3.org/XML/">XML Specification</a> or a good tutorial for details of the XML file format.
         </p>
-<a name="N10076"></a><a name="xml-encoding"></a>
+<a name="xml-encoding"></a>
 <h3 class="underlined_5">Encoding Issues</h3>
 <p>
           If the parser complains about illegal bytes or characters in the input, or there are unexpected characters in the output, this is usually the result of a character encoding problem.
@@ -351,10 +353,10 @@ If you view their output with something 
         </p>
 </div>
     
-<a name="N10085"></a><a name="xslt"></a>
+<a name="xslt"></a>
 <h2 class="underlined_10">XSLT Issues</h2>
 <div class="section">
-<a name="N1008B"></a><a name="xslt-date"></a>
+<a name="xslt-date"></a>
 <h3 class="underlined_5">Current Date and Time</h3>
 <p>XSL-FO does not currently have a function for retrieving the current date and time.
 However, in some cases, XSLT can be used to place the current date and time into the XSL-FO document as it is generated.</p>
@@ -373,10 +375,10 @@ Here is an example template:</p>
   &lt;/xsl:template&gt;</pre>
 </div>
     
-<a name="N100AB"></a><a name="xsl-fo"></a>
+<a name="xsl-fo"></a>
 <h2 class="underlined_10">XSL-FO Issues</h2>
 <div class="section">
-<a name="N100B1"></a><a name="fo-center-vertical"></a>
+<a name="fo-center-vertical"></a>
 <h3 class="underlined_5">Vertical Centering</h3>
 <p>
           To vertically center an image, table, or other item, use display-align="center".
@@ -408,7 +410,7 @@ Here is a small, self-contained document
     &lt;/fo:flow&gt;
   &lt;/fo:page-sequence&gt;
 &lt;/fo:root&gt;</pre>
-<a name="N100C3"></a><a name="fo-center-table-horizon"></a>
+<a name="fo-center-table-horizon"></a>
 <h3 class="underlined_5">Horizontal Centering (Tables)</h3>
 <p>
           To center a table horizontally, one possibility is to add one column on the left and one on the right which pad the table so that the visible part is centered:
@@ -441,7 +443,7 @@ Here is a small, self-contained document
 <p>
           If your table is more complicated, or if defining borders on individual cells becomes too much work, use the code above and nest your table within the middle cell.
         </p>
-<a name="N100D4"></a><a name="fo-right-align-table-horizon"></a>
+<a name="fo-right-align-table-horizon"></a>
 <h3 class="underlined_5">Right-Aligning (Tables)</h3>
 <p>
           To right-align a table, you can use the same approach as above for centering tables.
@@ -449,7 +451,7 @@ Here is a small, self-contained document
           used by the columns with a fixed column-width to be assigned to the first column which
           effectively right-aligns the table.
         </p>
-<a name="N100DE"></a><a name="fo-oddeven"></a>
+<a name="fo-oddeven"></a>
 <h3 class="underlined_5">Recto/Verso Static Content Differences</h3>
 <p>
           One frequent request is that static content be different between recto pages (right-side or odd-numbered pages typically) and verso pages(left-side or even-numbered pages typically).
@@ -500,7 +502,7 @@ Use these names to put different static 
     &lt;/fo:flow&gt;
   &lt;/fo:page-sequence&gt;
 &lt;/fo:root&gt;</pre>
-<a name="N100F3"></a><a name="fo-first-page"></a>
+<a name="fo-first-page"></a>
 <h3 class="underlined_5">Making the First Page Special</h3>
 <p>
           To get a special header on the first page, one possibility is to insert it into the flow instead of the static content. Alternatively, use a page master referring to different page masters for the first page and the rest. Here is a code sample:
@@ -545,7 +547,7 @@ Use these names to put different static 
     &lt;/fo:flow&gt;
   &lt;/fo:page-sequence&gt;
 &lt;/fo:root&gt;</pre>
-<a name="N10101"></a><a name="fo-blank-pages"></a>
+<a name="fo-blank-pages"></a>
 <h3 class="underlined_5">Blank Pages</h3>
 <p>
           Sometimes it is desirable to insert blank pages within your output, starting, for example, a new chapter on an odd page or an even page.
@@ -595,7 +597,7 @@ Omit your normal headers and footers, an
     &lt;/fo:flow&gt;
   &lt;/fo:page-sequence&gt;
 &lt;/fo:root&gt;</pre>
-<a name="N10115"></a><a name="fo-preformat"></a>
+<a name="fo-preformat"></a>
 <h3 class="underlined_5">Preformatting Content</h3>
 <p>
           Sometimes it is desirable to retain linebreaks and hard spaces, and to get
@@ -604,7 +606,7 @@ Omit your normal headers and footers, an
           and <a class="external" href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-collapse">linefeed-treatment</a>.
           In FOP, use white-space-collapse="false" on an enclosing block.
         </p>
-<a name="N10127"></a><a name="fo-total-pages"></a>
+<a name="fo-total-pages"></a>
 <h3 class="underlined_5">Total Document Pages</h3>
 <p>
           It is frequently desirable to know the total number of pages in a
@@ -706,7 +708,7 @@ class rendtest {
           It is possible to run into a convergence problem with this solution. Replacing the "#" placeholder in the first run with the actual page count in the second run, may change the total number of pages in the document.
         </div>
 </div>
-<a name="N10169"></a><a name="fo-region-align"></a>
+<a name="fo-region-align"></a>
 <h3 class="underlined_5">Aligning Regions</h3>
 <p>
           Although it may seem counterintuitive, the regions on a page may overlap.
@@ -720,7 +722,7 @@ Otherwise, you will want to set them up 
 Otherwise the header content may overwrite some stuff in the body region.
 This applies similarly to the extent of the after region and the bottom margin of the body region.
         </p>
-<a name="N10176"></a><a name="fo-lines"></a>
+<a name="fo-lines"></a>
 <h3 class="underlined_5">Drawing Lines</h3>
 <p>
           It is frequently desirable to draw lines in a document, as separators, side bars or folding marks. There are several possibilities:
@@ -740,7 +742,7 @@ This applies similarly to the extent of 
           </li>
         
 </ul>
-<a name="N10190"></a><a name="fo-validate"></a>
+<a name="fo-validate"></a>
 <h3 class="underlined_5">Validating XSL-FO</h3>
 <p>
           
@@ -753,7 +755,7 @@ This applies similarly to the extent of 
           implementation. See the notes near the beginning of the document for
           instructions on how to use it.
           </p>
-<a name="N101A9"></a><a name="landscape"></a>
+<a name="landscape"></a>
 <h3 class="underlined_5">Producing landscape pages</h3>
 <p>
           Pages in landscape format can easily be produced by exchanging the page-height and page-width values of a simple-page-master element.
@@ -766,7 +768,7 @@ This applies similarly to the extent of 
     &lt;fo:region-body/&gt;
   &lt;/fo:simple-page-master&gt;
 &lt;/fo:layout-master-set&gt;</pre>
-<a name="N101B7"></a><a name="external-resources"></a>
+<a name="external-resources"></a>
 <h3 class="underlined_5">External Resources</h3>
 <p>Resources needed by an XSL-FO file that are external to it (graphics, for example), are defined in the XSL-FO standard as being of type "uri-specification". This is defined in the standard at <a class="external" href="http://www.w3.org/TR/xsl11/#datatype">Section 5.11 Property Datatypes</a>, which includes a link to the URI standard itself. Refer to the XSL-FO and URI standards themselves for more detailed instructions.</p>
 <p>URIs may be either absolute or relative to a base URI. (See <a href="1.0/configuration.html">FOP: Configuration</a> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
@@ -795,7 +797,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/fo.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/fo.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/fo.pdf (original) and xmlgraphics/site/deploy/fop/fo.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/gethelp.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/gethelp.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/gethelp.html (original)
+++ xmlgraphics/site/deploy/fop/gethelp.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>FOP: Getting Help</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -202,6 +202,7 @@ document.write("Last Published: " + docu
 </div>
 <h1>FOP: Getting Help</h1>
 <h3>Checklist for Finding Appropriate Resources</h3>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -233,13 +234,14 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
 <p>The FOP developer community is eager to help you maximize the usefulness of FOP.
 However, to make wise use of its limited resources, support must be primarily self-service.
 Go through the following checklist sequentially to determine what kind of help you need,
 and where to get it:</p>
     
-<a name="N10017"></a><a name="underlying"></a>
+<a name="underlying"></a>
 <h2 class="underlined_10">Understand Underlying Technologies</h2>
 <div class="section">
 <p>If you have a questions about XML, XSLT, or XSL-FO that are not directly related to FOP, please consult resources that are appropriate for those questions.
@@ -248,7 +250,7 @@ We have included several useful links on
         </p>
 </div>
     
-<a name="N10025"></a><a name="limitations"></a>
+<a name="limitations"></a>
 <h2 class="underlined_10">Understand FOP's Limitations</h2>
 <div class="section">
 <p>FOP is a work in progress, and has some limitations.</p>
@@ -264,20 +266,20 @@ Every time a developer stops to answer s
 The only sure way to get a feature implemented is to <a href="#how-to-help">pitch in and help</a>.</p>
 </div>
     
-<a name="N1003D"></a><a name="doc"></a>
+<a name="doc"></a>
 <h2 class="underlined_10">Read the Documentation</h2>
 <div class="section">
 <p>Review the documentation pages on this site.
 There is information about how to run FOP, how to embed it, how to add custom fonts etc.</p>
 </div>
     
-<a name="N10047"></a><a name="faq"></a>
+<a name="faq"></a>
 <h2 class="underlined_10">Check the FAQs</h2>
 <div class="section">
 <p>Consult the <a href="faq.html">Frequently Asked Questions (FAQ)</a> to see if your question has already been answered.</p>
 </div>
     
-<a name="N10055"></a><a name="user-archive"></a>
+<a name="user-archive"></a>
 <h2 class="underlined_10">Review FOP User Mailing List Archive</h2>
 <div class="section">
 <p>It is possible that your question has already been answered but has not yet found its way into the FAQ.
@@ -285,14 +287,14 @@ Links to the FOP User mailing list archi
         </p>
 </div>
     
-<a name="N10063"></a><a name="existing-issue"></a>
+<a name="existing-issue"></a>
 <h2 class="underlined_10">Look for an Existing Issue Report</h2>
 <div class="section">
 <p>See <a href="bugs.html#issues_existing">Reported Issues</a> for instructions on how to use the list of open issues. Review these open issues to see if any match your concerns.
 If so, please do not post a mailing list question or report another issue, as these will only slow the development team down.</p>
 </div>
     
-<a name="N10071"></a><a name="user-mailing-list"></a>
+<a name="user-mailing-list"></a>
 <h2 class="underlined_10">Submit Question to FOP User Mailing List</h2>
 <div class="section">
 <p>See <a href="maillist.html#fop-user">FOP User Mailing List</a> for details.</p>
@@ -302,7 +304,7 @@ If so, please do not post a mailing list
 </div>
 </div>
     
-<a name="N10087"></a><a name="enter-issue"></a>
+<a name="enter-issue"></a>
 <h2 class="underlined_10">Enter an Issue Report</h2>
 <div class="section">
 <p>If, and only if, you have followed all of the above steps, and believe that there is a bug or needed feature that you would like to report, please enter an issue in Bugzilla. Never use Bugzilla to post questions, only to enter issues that have already been asked on the user mailing list.</p>
@@ -310,7 +312,7 @@ If so, please do not post a mailing list
       </p>
 </div>
     
-<a name="N10098"></a><a name="how-to-help"></a>
+<a name="how-to-help"></a>
 <h2 class="underlined_10">Find Out How You Can Help</h2>
 <div class="section"></div>
     
@@ -346,7 +348,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/gethelp.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/gethelp.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/gethelp.pdf (original) and xmlgraphics/site/deploy/fop/gethelp.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/index.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/index.html (original)
+++ xmlgraphics/site/deploy/fop/index.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>Apache FOP</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -204,6 +204,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -217,8 +218,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
     
-<a name="N10011"></a><a name="intro"></a>
+<a name="intro"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL
@@ -228,8 +230,8 @@ document.write("Last Published: " + docu
         currently supported include PDF, PS, PCL, AFP, XML (area tree representation),
         Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.
       </p>
-<div id="" style="text-align: center;">
-<img id="" class="figure" alt="Render Diagram" src="images/document.jpg" height="260" width="480"></div>
+<div style="text-align: center;">
+<img class="figure" alt="Render Diagram" src="images/document.jpg" height="260" width="480"></div>
 <p>
       A stable release of the latest version of FOP (<a href="1.0/">1.0</a>) is
       available. It's the third
@@ -246,11 +248,11 @@ document.write("Last Published: " + docu
 </div>
 
   
-<a name="N1004A"></a><a name="demo"></a>
+<a name="demo"></a>
 <h2 class="underlined_10">Demonstration</h2>
 <div class="section">
-<div id="" style="text-align: center;">
-<img id="" class="figure" alt="Formatting Diagram" src="images/layout.jpg" height="260" width="480"></div>
+<div style="text-align: center;">
+<img class="figure" alt="Formatting Diagram" src="images/layout.jpg" height="260" width="480"></div>
 <p>
 This image is a demonstration of a real two page document. The XML data on the left
 is formatted into the two pages on the right. The document contains static areas that appear on every page, an external graphic, a footnote on the first page, and a table that goes across both pages.
@@ -261,7 +263,7 @@ One great advantage of using XSL-FO as i
 The most common method is to convert semantic XML to XSL-FO, using an XSLT transformation.</p>
 </div>
   
-<a name="N1005D"></a><a name="objectives"></a>
+<a name="objectives"></a>
 <h2 class="underlined_10">FOP Objectives</h2>
 <div class="section">
 <p>The goals of the Apache FOP project are to deliver an XSL-FO to PDF formatter that
@@ -302,7 +304,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>
 <div id="logos"></div>
 <!--+
     |end bottomstrip

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

Modified: xmlgraphics/site/deploy/fop/knownissues.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/knownissues.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/knownissues.html (original)
+++ xmlgraphics/site/deploy/fop/knownissues.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>Apache FOP: Known Issues</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>Apache FOP: Known Issues</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -219,8 +220,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
 
-<a name="N10011"></a><a name="Known+issues"></a>
+<a name="Known+issues"></a>
 <h2 class="underlined_10">Known issues</h2>
 <div class="section">
 <p>
@@ -256,7 +258,7 @@ document.write("Last Published: " + docu
     tests during the normal build process. This indicates a problem in the current codebase. When a bug is 
     fixed or a missing feature is added the entry for the relevant test case(s) are removed.
   </p>
-<a name="N10030"></a><a name="FO+Tree"></a>
+<a name="FO+Tree"></a>
 <h3 class="underlined_5">FO Tree</h3>
 <p>
       This section lists currently disabled test cases in the test suite for the FO tree tests.
@@ -272,7 +274,7 @@ document.write("Last Published: " + docu
 <strong>from-table-column_marker.fo</strong> (Markers and core function evaluation):<br>The code currently evaluates this function according to the column in which the 
     marker appears in the source document, rather than the column it is retrieved in.</p>
 <p></p>
-<a name="N1004F"></a><a name="Layout+Engine"></a>
+<a name="Layout+Engine"></a>
 <h3 class="underlined_5">Layout Engine</h3>
 <p>
       This section lists currently disabled test cases in the test suite for the layout engine tests.
@@ -408,7 +410,7 @@ document.write("Last Published: " + docu
 <strong>keep_within-page_multi-column_overflow.xml</strong> (Page-keep not respected in multi-column layout):<br>The block should cause overflow in the
     last column on the page, rather than be broken.</p>
 <p></p>
-<a name="N10145"></a><a name="Other+known+issues"></a>
+<a name="Other+known+issues"></a>
 <h3 class="underlined_5">Other known issues</h3>
 <p>This section lists other known issues.</p>
 <ul>
@@ -506,7 +508,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/knownissues.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/knownissues.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/knownissues.pdf (original) and xmlgraphics/site/deploy/fop/knownissues.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/knownissues.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/knownissues.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/knownissues.xml (original)
+++ xmlgraphics/site/deploy/fop/knownissues.xml Thu Aug 25 08:04:24 2011
@@ -49,7 +49,8 @@
       The data for this section comes from 
       <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</link>.
     </p>
-    <xi:include href="cocoon://knownissues-raw-fotree.xml#xpointer(/document/body/*)"/>
+    <p><strong>demo-test-failure.fo</strong> (demo test failure):<br/><em>TODO: Add missing description in disabled-testcases.xml!</em></p><p/><p><strong>from-table-column_marker.fo</strong> (Markers and core function evaluation):<br/>The code currently evaluates this function according to the column in which the 
+    marker appears in the source document, rather than the column it is retrieved in.</p><p/>
   </section>
   <section>
     <title>Layout Engine</title>
@@ -58,13 +59,94 @@
       The data for this section comes from 
       <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</link>.
     </p>
-    <xi:include href="cocoon://knownissues-raw-layoutengine.xml#xpointer(/document/body/*)"/>
+    <p><strong>block-container_space-before_space-after_3.xml</strong> (Auto-height block-containers produce fences):<br/>Block-containers with no height currently don't
+    create a fence for spaces as they should (they behave like a
+    normal block).</p><p/><p><strong>block_font-stretch.xml</strong> (font-stretch NYI):<br/>Font-stretch is not implemented, yet.</p><p/><p><strong>block_linefeed-treatment.xml</strong> (linefeed-treatment):<br/>Preserved linefeeds in a fo:character are not handled
+    correctly.</p><p/><p><strong>block_white-space-treatment_3.xml</strong> (white-space-treatment):<br/>White space handling incorrectly stops at fo:inline
+      boundaries when it comes to formatter generated line breaks.</p><p/><p><strong>block_space-before_space-after_8.xml</strong> (Empty blocks produce fences):<br/>An empty block currently produces a fence for
+    stacking constraints which it shouldn't.</p><p/><p><strong>block_white-space_nbsp_2.xml</strong> (block white-space nbsp 2):<br/>The nbsp given as an fo:character is not adjustable and therefore
+    the justification does not work in this case.</p><p/><p><strong>block_word-spacing.xml</strong> (block word-spacing):<br/>Word-spacing may not work as expected.</p><p/><p><strong>block_word-spacing_text-align_justify.xml</strong> (block word-spacing text-align justify):<br/>Word-spacing may not work as expected.</p><p/><p><strong>external-graphic_oversized.xml</strong> (external-graphic don't shrink):<br/>Images currently don't shrink so they fit on a page
+    when they are too big and shrinking is allowed to
+    happen (min/opt/max).</p><p/><p><strong>external-graphic_src_uri.xml</strong> (Test case with HTTP URL):<br/>Doesn't work behind a proxy which requires
+    authorization.</p><p/><p><strong>footnote_space-resolution.xml</strong> (Space Resolution in foot note area):<br/>Space resolution does not work between footnote
+    regions.</p><p/><p><strong>inline_block_nested_3.xml</strong> (NPE for table inside an inline):<br/>Placing a table as a child of an fo:inline produces a 
+    NullPointerException.</p><p/><p><strong>inline-container_block_nested.xml</strong> (inline-container is not implemented, yet.):<br/>inline-container is not implemented, yet. Content of an 
+    inline-container will get swallowed. The test case contains no checks.</p><p/><p><strong>inline-container_border_padding.xml</strong> (inline-container is not implemented, yet.):<br/>inline-container is not implemented, yet. Content of an 
+    inline-container will get swallowed.</p><p/><p><strong>inline_letter-spacing.xml</strong> (inline letter-spacing):<br/>Letter-spacing may not work as
+    expected within fo:inline.</p><p/><p><strong>inline_word-spacing.xml</strong> (inline word-spacing):<br/>Word-spacing may not work as expected within
+    fo:inline.</p><p/><p><strong>inline_word-spacing_text-align_justify.xml</strong> (inline word-spacing text-align justify):<br/><em>TODO: Add missing description in disabled-testcases.xml!</em></p><p/><p><strong>leader-alignment.xml</strong> (leader-alignment NYI):<br/>Leader-alignment is not yet
+    implemented.</p><p/><p><strong>leader_leader-pattern_use-content_bug.xml</strong> (leader-pattern="use-content": Problem with line height):<br/>Line height is not correctly calculated for
+    use-content leaders whose height is larger than the rest of the
+    line.<br/>
+    See also: <link href="http://www.nabble.com/leaders-with-leader-pattern%3D%22use-content%22-t546244.html">http://www.nabble.com/leaders-with-leader-pattern%3D%22use-content%22-t546244.html</link></p><p/><p><strong>page-breaking_4.xml</strong> (Page breaking doesn't deal with IPD changes):<br/>Page breaking currently doesn't support changing available IPD 
+    between pages of a single page-sequence. Element list generation has to be reset to
+    redetermine line breaks in this case.</p><p/><p><strong>page-breaking_6.xml</strong> (Overflow handing is incomplete):<br/>Line breaking is not 100% correct when there's too little space. 
+    Overflows are not detected and warned.</p><p/><p><strong>page-height_indefinite_simple.xml</strong> (Indefinite page height handling is imcomplete):<br/>A RuntimeException is thrown for a page of indefinite height. Lots of warnings.</p><p/><p><strong>page-number-citation_background-image.xml</strong> (page-number-citation: Problem with background-image):<br/>Background-images on page-number-citations are not
+    placed correctly.</p><p/><p><strong>page-number-citation_complex_1.xml</strong> (IDs are not working on all FO elements):<br/>The "id" attributes are not properly handled for all block-level FO elements.</p><p/><p><strong>page-number-citation_complex_2.xml</strong> (IDs are not working on all FO elements):<br/>The "id" attributes are not properly handled for all inline-level FO elements.</p><p/><p><strong>region-body_column-count_footnote.xml</strong> (Footnotes in multi-column documents):<br/>Footnotes may overlap with text of the region-body in
+    multi-column documents.</p><p/><p><strong>region-body_column-count_balance_4col.xml</strong> (Column Balancing problems):<br/>Situation in a 4-column document where the column balancing doesn't work and even causes some
+    content to disappear.</p><p/><p><strong>region-body_column-count_bug36356.xml</strong> (Column Balancing problems):<br/>Column balancing doesn't work as expected.</p><p/><p><strong>table-cell_empty_area_with_marker.xml</strong> (table-cell empty area with marker.xml):<br/>A table-cell producing an empty area does currently not add any markers to a page. 
+      See TODO entry in AreaAdditionUtil.</p><p/><p><strong>table_border-width_conditionality.xml</strong> (Border conditionality on table):<br/>The code should be ok, but the test case uses shorthands and therefore
+    is probably not expressing the indended outcome according to the spec. The test
+    case should be revisited.</p><p/><p><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><strong>keep_within-page_multi-column_overflow.xml</strong> (Page-keep not respected in multi-column layout):<br/>The block should cause overflow in the
+    last column on the page, rather than be broken.</p><p/>
   </section>
   <section>
     <title>Other known issues</title>
     <p>This section lists other known issues.</p>
     <!-- See <root>/known-issues.xml for the source document of this section! -->
-    <xi:include href="cocoon://knownissues-raw-static.xml#xpointer(/document/body/*)"/>
+    <ul><li>
+        MIF and SVG output support have not been restored, yet.
+      </li><li>
+        RTF output is inferior to other output formats supported by FOP.
+        For details, please see the "Output Targets" page of the release
+        you're using.
+      </li><li>
+        Auto table layout is not implemented, yet.
+      </li><li>
+        Footnotes may overlap with text of the region-body in multi-column 
+        documents.
+      </li><li>
+        Space resolution does not work between footnote regions.
+      </li><li>
+        There's a problem involving nested block-containers and 
+        reference-orientation 180/-180 (Bugzilla #36391)
+      </li><li>
+        block-containers with no height currently don't create a fence for
+        spaces as they should (they behave like a normal block).
+      </li><li>
+        Preserved linefeeds in fo:character are not handled correctly.
+      </li><li>
+        An empty block currently produces a fence for stacking constraints
+        which it shouldn't.
+      </li><li>
+        There are several small problems around white space handling.
+      </li><li>
+        Images currently don't shrink so they fit on a page when they are 
+        too big and shrinking is allowed to happen.
+      </li><li>
+        inline-container may not work as expected.
+      </li><li>
+        letter-spacing and word-spacing properties may not work as expected.
+      </li><li>
+        leaders with leader-pattern="use-content" may not work as expected.
+      </li><li>
+        keep-with-previous doesn't work inside tables and lists, yet.
+      </li><li>
+        If two consecutive pages don't have the same available width, the 
+        content currently isn't properly fit into the available space on
+        the new page.
+      </li><li>
+        background-images on page-number-citations are not placed correctly.
+      </li><li>
+        Not all FO elements can be referenced by their "id", most notably:
+        table-body, table-header, table-footer and table-row.
+      </li><li>
+        Border and padding conditionality are not supported on table-cells, yet.
+      </li><li>
+        Column balancing in multi-column documents may not work as expected
+        (Bugzilla #36356)
+      </li></ul>
   </section>
 </section>
 </body>

Modified: xmlgraphics/site/deploy/fop/license.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/license.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/license.html (original)
+++ xmlgraphics/site/deploy/fop/license.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>Apache FOP License</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>Apache FOP License</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -208,8 +209,9 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
 
-<a name="N10011"></a><a name="License"></a>
+<a name="License"></a>
 <h2 class="underlined_10">License</h2>
 <div class="section">
 <p>
@@ -250,7 +252,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/license.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/license.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/license.pdf (original) and xmlgraphics/site/deploy/fop/license.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/linkmap.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/linkmap.html?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/linkmap.html (original)
+++ xmlgraphics/site/deploy/fop/linkmap.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>Site Linkmap Table of Contents</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -476,7 +476,7 @@ document.write("Last Published: " + docu
 <a href="dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<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>
+<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>
 </div>
 <div class="menuitem">
 <a href="dev/conventions.html">Conventions</a>
@@ -497,7 +497,7 @@ document.write("Last Published: " + docu
 <a href="dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<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=bug_severity%2Cpriority%20DESC">Bugs</a>
+<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=bug_severity%2Cpriority%20DESC">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.12', 'skin/')" id="menu_1.12Title" class="menutitle">Resources</div>
@@ -549,6 +549,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Site Linkmap Table of Contents</h1>
+<div id="front-matter"></div>
 <p>
           This is a map of the complete site and its structure.
         </p>
@@ -1391,7 +1392,7 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
-<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=%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>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>patch</em>
+<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=%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>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>patch</em>
 </li>
 </ul>
     
@@ -1441,7 +1442,7 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
-<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=&order=bug_severity%2Cpriority%20DESC">Bugs</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>bugs</em>
+<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=&amp;order=bug_severity%2Cpriority%20DESC">Bugs</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>bugs</em>
 </li>
 </ul>
   
@@ -1516,7 +1517,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/linkmap.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/linkmap.pdf?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/linkmap.pdf (original) and xmlgraphics/site/deploy/fop/linkmap.pdf Thu Aug 25 08:04:24 2011 differ

Modified: xmlgraphics/site/deploy/fop/linkmap.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/linkmap.xml?rev=1161429&r1=1161428&r2=1161429&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/linkmap.xml (original)
+++ xmlgraphics/site/deploy/fop/linkmap.xml Thu Aug 25 08:04:24 2011
@@ -1,204 +1,203 @@
-<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
-<document><header><title>Site Linkmap Table of Contents</title></header><body><p>
+<?xml version="1.0" encoding="ISO-8859-1"?><document><header><title>Site Linkmap Table of Contents</title></header><body><p>
           This is a map of the complete site and its structure.
-        </p><ul><li><a>FOP</a>��___________________��<em>site</em></li><ul>
+        </p><ul><li><link>FOP</link>��___________________��<em>site</em></li><ul>
   
-  <ul><li><a>About</a>��___________________��<em>about</em></li><ul>
-    <ul><li><a href="index.html">Introduction</a>��___________________��<em>index</em></li></ul>
-    <ul><li><a href="download.html">Download</a>��___________________��<em>download</em></li></ul>
-    <ul><li><a href="quickstartguide.html">Quick Start Guide</a>��___________________��<em>quickstartguide</em></li></ul>
-    <ul><li><a href="compliance.html">Compliance</a>��___________________��<em>compliance</em>�: FOP Compliance</li></ul>
-    <ul><li><a href="gethelp.html">Getting Help</a>��___________________��<em>help</em></li></ul>
-    <ul><li><a href="faq.html">FAQs</a>��___________________��<em>faqs</em></li></ul>
-    <ul><li><a href="maillist.html">Mailing Lists</a>��___________________��<em>maillist</em></li></ul>
-    <ul><li><a href="license.html">License</a>��___________________��<em>license</em></li></ul>
-    <ul><li><a href="http://www.apache.org/foundation/sponsorship.html">ASF Sponsorship Program</a>��___________________��<em>asf-sponsorship</em></li></ul>"
-    <ul><li><a href="http://www.apache.org/foundation/thanks.html">ASF Thanks</a>��___________________��<em>asf-thanks</em></li></ul>"
+  <ul><li><link>About</link>��___________________��<em>about</em></li><ul>
+    <ul><li><link href="index.html">Introduction</link>��___________________��<em>index</em></li></ul>
+    <ul><li><link href="download.html">Download</link>��___________________��<em>download</em></li></ul>
+    <ul><li><link href="quickstartguide.html">Quick Start Guide</link>��___________________��<em>quickstartguide</em></li></ul>
+    <ul><li><link href="compliance.html">Compliance</link>��___________________��<em>compliance</em>�: FOP Compliance</li></ul>
+    <ul><li><link href="gethelp.html">Getting Help</link>��___________________��<em>help</em></li></ul>
+    <ul><li><link href="faq.html">FAQs</link>��___________________��<em>faqs</em></li></ul>
+    <ul><li><link href="maillist.html">Mailing Lists</link>��___________________��<em>maillist</em></li></ul>
+    <ul><li><link href="license.html">License</link>��___________________��<em>license</em></li></ul>
+    <ul><li><link href="http://www.apache.org/foundation/sponsorship.html">ASF Sponsorship Program</link>��___________________��<em>asf-sponsorship</em></li></ul>"
+    <ul><li><link href="http://www.apache.org/foundation/thanks.html">ASF Thanks</link>��___________________��<em>asf-thanks</em></li></ul>"
     
   </ul></ul>
 
-  <ul><li><a>Resources</a>��___________________��<em>resources</em></li><ul>
-    <ul><li><a href="fo.html">XSL-FO</a>��___________________��<em>xsl-fo</em></li></ul>
-    <ul><li><a href="examples.html">Examples</a>��___________________��<em>examples</em></li></ul>
-    <ul><li><a href="bugs.html">Bugs</a>��___________________��<em>bugs</em></li></ul>
-    <ul><li><a href="http://wiki.apache.org/xmlgraphics-fop/FrontPage">Wiki</a>��___________________��<em>wiki</em></li></ul>
-    <ul><li><a href="resources.html">Other</a>��___________________��<em>other</em></li></ul>
+  <ul><li><link>Resources</link>��___________________��<em>resources</em></li><ul>
+    <ul><li><link href="fo.html">XSL-FO</link>��___________________��<em>xsl-fo</em></li></ul>
+    <ul><li><link href="examples.html">Examples</link>��___________________��<em>examples</em></li></ul>
+    <ul><li><link href="bugs.html">Bugs</link>��___________________��<em>bugs</em></li></ul>
+    <ul><li><link href="http://wiki.apache.org/xmlgraphics-fop/FrontPage">Wiki</link>��___________________��<em>wiki</em></li></ul>
+    <ul><li><link href="resources.html">Other</link>��___________________��<em>other</em></li></ul>
   </ul></ul>
 
-  <ul><li><a>Project</a>��___________________��<em>project</em></li><ul>
-    <ul><li><a href="news.html">News</a>��___________________��<em>news</em></li></ul>
-    <ul><li><a href="team.html">Who We Are</a>��___________________��<em>team</em></li></ul>
-    <ul><li><a href="status.html">Status</a>��___________________��<em>status</em></li></ul>
-    <ul><li><a href="knownissues.html">Known Issues</a>��___________________��<em>knownissues</em></li></ul>
-    <ul><li><a href="changes.html">Changes</a>��___________________��<em>changes</em></li></ul>
+  <ul><li><link>Project</link>��___________________��<em>project</em></li><ul>
+    <ul><li><link href="news.html">News</link>��___________________��<em>news</em></li></ul>
+    <ul><li><link href="team.html">Who We Are</link>��___________________��<em>team</em></li></ul>
+    <ul><li><link href="status.html">Status</link>��___________________��<em>status</em></li></ul>
+    <ul><li><link href="knownissues.html">Known Issues</link>��___________________��<em>knownissues</em></li></ul>
+    <ul><li><link href="changes.html">Changes</link>��___________________��<em>changes</em></li></ul>
     
   </ul></ul>
   
   
   
-  <ul><li><a href="0.95/">FOP 0.95</a>��___________________��<em>trunk</em></li><ul>
-    <ul><li><a href="0.95/index.html">About</a>��___________________��<em>about</em></li></ul>
-    <ul><li><a href="0.95/releaseNotes_0.95.html">Release Notes</a>��___________________��<em>release</em></li></ul>
-    <ul><li><a href="0.95/changes_0.95.html">Changes (0.95)</a>��___________________��<em>changes</em></li></ul>
-    <ul><li><a href="0.95/changes_0.95beta.html">Changes (0.95beta)</a>��___________________��<em>changes-beta</em></li></ul>
-    <ul><li><a href="0.95/knownissues_overview.html">Known Issues</a>��___________________��<em>knownissues</em></li></ul>
-    <ul><li><a href="0.95/upgrading.html">Upgrading</a>��___________________��<em>upgrading</em></li></ul>
+  <ul><li><link href="0.95/">FOP 0.95</link>��___________________��<em>trunk</em></li><ul>
+    <ul><li><link href="0.95/index.html">About</link>��___________________��<em>about</em></li></ul>
+    <ul><li><link href="0.95/releaseNotes_0.95.html">Release Notes</link>��___________________��<em>release</em></li></ul>
+    <ul><li><link href="0.95/changes_0.95.html">Changes (0.95)</link>��___________________��<em>changes</em></li></ul>
+    <ul><li><link href="0.95/changes_0.95beta.html">Changes (0.95beta)</link>��___________________��<em>changes-beta</em></li></ul>
+    <ul><li><link href="0.95/knownissues_overview.html">Known Issues</link>��___________________��<em>knownissues</em></li></ul>
+    <ul><li><link href="0.95/upgrading.html">Upgrading</link>��___________________��<em>upgrading</em></li></ul>
     
-    <ul><li><a>Using FOP</a>��___________________��<em>using</em></li><ul>
-      <ul><li><a href="0.95/compiling.html">Build</a>��___________________��<em>build</em></li></ul>
-      <ul><li><a href="0.95/configuration.html">Configure</a>��___________________��<em>config</em></li></ul>
-      <ul><li><a href="0.95/running.html">Run</a>��___________________��<em>run</em></li></ul>
-      <ul><li><a href="0.95/embedding.html">Embed</a>��___________________��<em>embed</em></li></ul>
-      <ul><li><a href="0.95/servlets.html">Servlets</a>��___________________��<em>servlet</em></li></ul>
-      <ul><li><a href="0.95/anttask.html">Ant Task</a>��___________________��<em>ant</em></li></ul>
+    <ul><li><link>Using FOP</link>��___________________��<em>using</em></li><ul>
+      <ul><li><link href="0.95/compiling.html">Build</link>��___________________��<em>build</em></li></ul>
+      <ul><li><link href="0.95/configuration.html">Configure</link>��___________________��<em>config</em></li></ul>
+      <ul><li><link href="0.95/running.html">Run</link>��___________________��<em>run</em></li></ul>
+      <ul><li><link href="0.95/embedding.html">Embed</link>��___________________��<em>embed</em></li></ul>
+      <ul><li><link href="0.95/servlets.html">Servlets</link>��___________________��<em>servlet</em></li></ul>
+      <ul><li><link href="0.95/anttask.html">Ant Task</link>��___________________��<em>ant</em></li></ul>
     </ul></ul>
 
-    <ul><li><a>Features</a>��___________________��<em>features</em></li><ul>
-      <ul><li><a href="0.95/output.html">Output Targets</a>��___________________��<em>output</em></li></ul>
-      <ul><li><a href="0.95/intermediate.html">Intermediate Format</a>��___________________��<em>if</em></li></ul>
-      <ul><li><a href="0.95/pdfencryption.html">PDF Encryption</a>��___________________��<em>pdfencryption</em></li></ul>
-      <ul><li><a href="0.95/pdfa.html">PDF/A</a>��___________________��<em>pdfa</em></li></ul>
-      <ul><li><a href="0.95/pdfx.html">PDF/X</a>��___________________��<em>pdfx</em></li></ul>
-      <ul><li><a href="0.95/graphics.html">Graphics</a>��___________________��<em>graphics</em></li></ul>
-      <ul><li><a href="0.95/fonts.html">Fonts</a>��___________________��<em>fonts</em></li></ul>
-      <ul><li><a href="0.95/hyphenation.html">Hyphenation</a>��___________________��<em>hyphenation</em></li></ul>    
-      <ul><li><a href="0.95/extensions.html">Extensions</a>��___________________��<em>extensions</em></li></ul>
-      <ul><li><a href="0.95/metadata.html">Metadata</a>��___________________��<em>metadata</em></li></ul>
+    <ul><li><link>Features</link>��___________________��<em>features</em></li><ul>
+      <ul><li><link href="0.95/output.html">Output Targets</link>��___________________��<em>output</em></li></ul>
+      <ul><li><link href="0.95/intermediate.html">Intermediate Format</link>��___________________��<em>if</em></li></ul>
+      <ul><li><link href="0.95/pdfencryption.html">PDF Encryption</link>��___________________��<em>pdfencryption</em></li></ul>
+      <ul><li><link href="0.95/pdfa.html">PDF/A</link>��___________________��<em>pdfa</em></li></ul>
+      <ul><li><link href="0.95/pdfx.html">PDF/X</link>��___________________��<em>pdfx</em></li></ul>
+      <ul><li><link href="0.95/graphics.html">Graphics</link>��___________________��<em>graphics</em></li></ul>
+      <ul><li><link href="0.95/fonts.html">Fonts</link>��___________________��<em>fonts</em></li></ul>
+      <ul><li><link href="0.95/hyphenation.html">Hyphenation</link>��___________________��<em>hyphenation</em></li></ul>    
+      <ul><li><link href="0.95/extensions.html">Extensions</link>��___________________��<em>extensions</em></li></ul>
+      <ul><li><link href="0.95/metadata.html">Metadata</link>��___________________��<em>metadata</em></li></ul>
     </ul></ul>
     
   </ul></ul>
   
   
   
-  <ul><li><a href="1.0/">FOP 1.0</a>��___________________��<em>trunk</em></li><ul>
-    <ul><li><a href="1.0/index.html">About</a>��___________________��<em>about</em></li></ul>
-    <ul><li><a href="1.0/releaseNotes_1.0.html">Release Notes</a>��___________________��<em>release</em></li></ul>
-    <ul><li><a href="1.0/changes_1.0.html">Changes (1.0)</a>��___________________��<em>changes</em></li></ul>
-    <ul><li><a href="1.0/knownissues_overview.html">Known Issues</a>��___________________��<em>knownissues</em></li></ul>
-    <ul><li><a href="1.0/upgrading.html">Upgrading</a>��___________________��<em>upgrading</em></li></ul>
+  <ul><li><link href="1.0/">FOP 1.0</link>��___________________��<em>trunk</em></li><ul>
+    <ul><li><link href="1.0/index.html">About</link>��___________________��<em>about</em></li></ul>
+    <ul><li><link href="1.0/releaseNotes_1.0.html">Release Notes</link>��___________________��<em>release</em></li></ul>
+    <ul><li><link href="1.0/changes_1.0.html">Changes (1.0)</link>��___________________��<em>changes</em></li></ul>
+    <ul><li><link href="1.0/knownissues_overview.html">Known Issues</link>��___________________��<em>knownissues</em></li></ul>
+    <ul><li><link href="1.0/upgrading.html">Upgrading</link>��___________________��<em>upgrading</em></li></ul>
     
-    <ul><li><a>Using FOP</a>��___________________��<em>using</em></li><ul>
-      <ul><li><a href="1.0/compiling.html">Build</a>��___________________��<em>build</em></li></ul>
-      <ul><li><a href="1.0/configuration.html">Configure</a>��___________________��<em>config</em></li></ul>
-      <ul><li><a href="1.0/running.html">Run</a>��___________________��<em>run</em></li></ul>
-      <ul><li><a href="1.0/embedding.html">Embed</a>��___________________��<em>embed</em></li></ul>
-      <ul><li><a href="1.0/servlets.html">Servlets</a>��___________________��<em>servlet</em></li></ul>
-      <ul><li><a href="1.0/anttask.html">Ant Task</a>��___________________��<em>ant</em></li></ul>
+    <ul><li><link>Using FOP</link>��___________________��<em>using</em></li><ul>
+      <ul><li><link href="1.0/compiling.html">Build</link>��___________________��<em>build</em></li></ul>
+      <ul><li><link href="1.0/configuration.html">Configure</link>��___________________��<em>config</em></li></ul>
+      <ul><li><link href="1.0/running.html">Run</link>��___________________��<em>run</em></li></ul>
+      <ul><li><link href="1.0/embedding.html">Embed</link>��___________________��<em>embed</em></li></ul>
+      <ul><li><link href="1.0/servlets.html">Servlets</link>��___________________��<em>servlet</em></li></ul>
+      <ul><li><link href="1.0/anttask.html">Ant Task</link>��___________________��<em>ant</em></li></ul>
     </ul></ul>
 
-    <ul><li><a>Features</a>��___________________��<em>features</em></li><ul>
-      <ul><li><a href="1.0/output.html">Output Targets</a>��___________________��<em>output</em></li></ul>
-      <ul><li><a href="1.0/intermediate.html">Intermediate Format</a>��___________________��<em>if</em></li></ul>
-      <ul><li><a href="1.0/pdfencryption.html">PDF Encryption</a>��___________________��<em>pdfencryption</em></li></ul>
-      <ul><li><a href="1.0/pdfa.html">PDF/A</a>��___________________��<em>pdfa</em></li></ul>
-      <ul><li><a href="1.0/pdfx.html">PDF/X</a>��___________________��<em>pdfx</em></li></ul>
-      <ul><li><a href="1.0/graphics.html">Graphics</a>��___________________��<em>graphics</em></li></ul>
-      <ul><li><a href="1.0/fonts.html">Fonts</a>��___________________��<em>fonts</em></li></ul>
-      <ul><li><a href="1.0/hyphenation.html">Hyphenation</a>��___________________��<em>hyphenation</em></li></ul>    
-      <ul><li><a href="1.0/extensions.html">Extensions</a>��___________________��<em>extensions</em></li></ul>
-      <ul><li><a href="1.0/events.html">Events</a>��___________________��<em>events</em></li></ul>
-      <ul><li><a href="1.0/metadata.html">Metadata</a>��___________________��<em>metadata</em></li></ul>
-      <ul><li><a href="1.0/accessibility.html">Accessibility</a>��___________________��<em>accessibility</em></li></ul>
+    <ul><li><link>Features</link>��___________________��<em>features</em></li><ul>
+      <ul><li><link href="1.0/output.html">Output Targets</link>��___________________��<em>output</em></li></ul>
+      <ul><li><link href="1.0/intermediate.html">Intermediate Format</link>��___________________��<em>if</em></li></ul>
+      <ul><li><link href="1.0/pdfencryption.html">PDF Encryption</link>��___________________��<em>pdfencryption</em></li></ul>
+      <ul><li><link href="1.0/pdfa.html">PDF/A</link>��___________________��<em>pdfa</em></li></ul>
+      <ul><li><link href="1.0/pdfx.html">PDF/X</link>��___________________��<em>pdfx</em></li></ul>
+      <ul><li><link href="1.0/graphics.html">Graphics</link>��___________________��<em>graphics</em></li></ul>
+      <ul><li><link href="1.0/fonts.html">Fonts</link>��___________________��<em>fonts</em></li></ul>
+      <ul><li><link href="1.0/hyphenation.html">Hyphenation</link>��___________________��<em>hyphenation</em></li></ul>    
+      <ul><li><link href="1.0/extensions.html">Extensions</link>��___________________��<em>extensions</em></li></ul>
+      <ul><li><link href="1.0/events.html">Events</link>��___________________��<em>events</em></li></ul>
+      <ul><li><link href="1.0/metadata.html">Metadata</link>��___________________��<em>metadata</em></li></ul>
+      <ul><li><link href="1.0/accessibility.html">Accessibility</link>��___________________��<em>accessibility</em></li></ul>
     </ul></ul>
     
   </ul></ul>
   
 
   
-  <ul><li><a href="trunk/">FOP Trunk (dev)</a>��___________________��<em>trunk</em></li><ul>
-    <ul><li><a href="trunk/index.html">About</a>��___________________��<em>about</em></li></ul>
-    <ul><li><a href="trunk/upgrading.html">Upgrading</a>��___________________��<em>upgrading</em></li></ul>
+  <ul><li><link href="trunk/">FOP Trunk (dev)</link>��___________________��<em>trunk</em></li><ul>
+    <ul><li><link href="trunk/index.html">About</link>��___________________��<em>about</em></li></ul>
+    <ul><li><link href="trunk/upgrading.html">Upgrading</link>��___________________��<em>upgrading</em></li></ul>
     
-    <ul><li><a>Using FOP</a>��___________________��<em>using</em></li><ul>
-      <ul><li><a href="trunk/compiling.html">Build</a>��___________________��<em>build</em></li></ul>
-      <ul><li><a href="trunk/configuration.html">Configure</a>��___________________��<em>config</em></li></ul>
-      <ul><li><a href="trunk/running.html">Run</a>��___________________��<em>run</em></li></ul>
-      <ul><li><a href="trunk/embedding.html">Embed</a>��___________________��<em>embed</em></li></ul>
-      <ul><li><a href="trunk/servlets.html">Servlets</a>��___________________��<em>servlet</em></li></ul>
-      <ul><li><a href="trunk/anttask.html">Ant Task</a>��___________________��<em>ant</em></li></ul>
+    <ul><li><link>Using FOP</link>��___________________��<em>using</em></li><ul>
+      <ul><li><link href="trunk/compiling.html">Build</link>��___________________��<em>build</em></li></ul>
+      <ul><li><link href="trunk/configuration.html">Configure</link>��___________________��<em>config</em></li></ul>
+      <ul><li><link href="trunk/running.html">Run</link>��___________________��<em>run</em></li></ul>
+      <ul><li><link href="trunk/embedding.html">Embed</link>��___________________��<em>embed</em></li></ul>
+      <ul><li><link href="trunk/servlets.html">Servlets</link>��___________________��<em>servlet</em></li></ul>
+      <ul><li><link href="trunk/anttask.html">Ant Task</link>��___________________��<em>ant</em></li></ul>
     </ul></ul>
 
-    <ul><li><a>Features</a>��___________________��<em>features</em></li><ul>
-      <ul><li><a href="trunk/output.html">Output Targets</a>��___________________��<em>output</em></li></ul>
-      <ul><li><a href="trunk/intermediate.html">Intermediate Format</a>��___________________��<em>if</em></li></ul>
-      <ul><li><a href="trunk/pdfencryption.html">PDF Encryption</a>��___________________��<em>pdfencryption</em></li></ul>
-      <ul><li><a href="trunk/pdfa.html">PDF/A</a>��___________________��<em>pdfa</em></li></ul>
-      <ul><li><a href="trunk/pdfx.html">PDF/X</a>��___________________��<em>pdfx</em></li></ul>
-      <ul><li><a href="trunk/graphics.html">Graphics</a>��___________________��<em>graphics</em></li></ul>
-      <ul><li><a href="trunk/fonts.html">Fonts</a>��___________________��<em>fonts</em></li></ul>
-      <ul><li><a href="trunk/hyphenation.html">Hyphenation</a>��___________________��<em>hyphenation</em></li></ul>    
-      <ul><li><a href="trunk/extensions.html">Extensions</a>��___________________��<em>extensions</em></li></ul>
-      <ul><li><a href="trunk/events.html">Events</a>��___________________��<em>events</em></li></ul>
-      <ul><li><a href="trunk/metadata.html">Metadata</a>��___________________��<em>metadata</em></li></ul>
-      <ul><li><a href="trunk/accessibility.html">Accessibility</a>��___________________��<em>accessibility</em></li></ul>
+    <ul><li><link>Features</link>��___________________��<em>features</em></li><ul>
+      <ul><li><link href="trunk/output.html">Output Targets</link>��___________________��<em>output</em></li></ul>
+      <ul><li><link href="trunk/intermediate.html">Intermediate Format</link>��___________________��<em>if</em></li></ul>
+      <ul><li><link href="trunk/pdfencryption.html">PDF Encryption</link>��___________________��<em>pdfencryption</em></li></ul>
+      <ul><li><link href="trunk/pdfa.html">PDF/A</link>��___________________��<em>pdfa</em></li></ul>
+      <ul><li><link href="trunk/pdfx.html">PDF/X</link>��___________________��<em>pdfx</em></li></ul>
+      <ul><li><link href="trunk/graphics.html">Graphics</link>��___________________��<em>graphics</em></li></ul>
+      <ul><li><link href="trunk/fonts.html">Fonts</link>��___________________��<em>fonts</em></li></ul>
+      <ul><li><link href="trunk/hyphenation.html">Hyphenation</link>��___________________��<em>hyphenation</em></li></ul>    
+      <ul><li><link href="trunk/extensions.html">Extensions</link>��___________________��<em>extensions</em></li></ul>
+      <ul><li><link href="trunk/events.html">Events</link>��___________________��<em>events</em></li></ul>
+      <ul><li><link href="trunk/metadata.html">Metadata</link>��___________________��<em>metadata</em></li></ul>
+      <ul><li><link href="trunk/accessibility.html">Accessibility</link>��___________________��<em>accessibility</em></li></ul>
     </ul></ul>
     
   </ul></ul>
   
   
   
-  <ul><li><a href="dev/">About</a>��___________________��<em>introduction</em></li><ul>
-    <ul><li><a href="dev/index.html">Basics</a>��___________________��<em>basics</em></li></ul>
+  <ul><li><link href="dev/">About</link>��___________________��<em>introduction</em></li><ul>
+    <ul><li><link href="dev/index.html">Basics</link>��___________________��<em>basics</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">Design</a>��___________________��<em>design</em></li><ul>
-    <ul><li><a href="dev/design/">About</a>��___________________��<em>about</em></li><ul>
-      <ul><li><a href="dev/design/index.html">Introduction</a>��___________________��<em>introduction</em></li></ul>
+  <ul><li><link href="dev/">Design</link>��___________________��<em>design</em></li><ul>
+    <ul><li><link href="dev/design/">About</link>��___________________��<em>about</em></li><ul>
+      <ul><li><link href="dev/design/index.html">Introduction</link>��___________________��<em>introduction</em></li></ul>
     </ul></ul>
 
-    <ul><li><a href="dev/design/">Core Process</a>��___________________��<em>core-process</em></li><ul>
-      <ul><li><a href="dev/design/startup.html">Startup</a>��___________________��<em>startup</em></li></ul>
-      <ul><li><a href="dev/design/parsing.html">XML Parsing</a>��___________________��<em>parsing</em></li></ul>
-      <ul><li><a href="dev/design/fotree.html">FO Tree</a>��___________________��<em>fotree</em></li></ul>
-      <ul><li><a href="dev/design/properties.html">Properties</a>��___________________��<em>properties</em></li></ul>
-      <ul><li><a href="dev/design/layout.html">Layout</a>��___________________��<em>layout</em></li></ul>
-      <ul><li><a href="dev/design/breakpos.html">Break Possibility</a>��___________________��<em>breakpos</em></li></ul>
-      <ul><li><a href="dev/design/areas.html">Area Tree</a>��___________________��<em>areas</em></li></ul>
-      <ul><li><a href="dev/design/renderers.html">Renderers</a>��___________________��<em>renderers</em></li></ul>
+    <ul><li><link href="dev/design/">Core Process</link>��___________________��<em>core-process</em></li><ul>
+      <ul><li><link href="dev/design/startup.html">Startup</link>��___________________��<em>startup</em></li></ul>
+      <ul><li><link href="dev/design/parsing.html">XML Parsing</link>��___________________��<em>parsing</em></li></ul>
+      <ul><li><link href="dev/design/fotree.html">FO Tree</link>��___________________��<em>fotree</em></li></ul>
+      <ul><li><link href="dev/design/properties.html">Properties</link>��___________________��<em>properties</em></li></ul>
+      <ul><li><link href="dev/design/layout.html">Layout</link>��___________________��<em>layout</em></li></ul>
+      <ul><li><link href="dev/design/breakpos.html">Break Possibility</link>��___________________��<em>breakpos</em></li></ul>
+      <ul><li><link href="dev/design/areas.html">Area Tree</link>��___________________��<em>areas</em></li></ul>
+      <ul><li><link href="dev/design/renderers.html">Renderers</link>��___________________��<em>renderers</em></li></ul>
     </ul></ul>
 
-    <ul><li><a href="dev/design/">Miscellaneous</a>��___________________��<em>miscellaneous</em></li><ul>
-      <ul><li><a href="dev/design/images.html">Images</a>��___________________��<em>images</em></li></ul>
-      <ul><li><a href="dev/design/pdf-library.html">PDF Library</a>��___________________��<em>pdflib</em></li></ul>
-      <ul><li><a href="dev/design/svg.html">SVG</a>��___________________��<em>svg</em></li></ul>
-      <ul><li><a href="dev/design/embedding.html">Embedding</a>��___________________��<em>embedding</em></li></ul>
-      <ul><li><a href="dev/design/extending.html">Extending</a>��___________________��<em>extending</em></li></ul>
-      <ul><li><a href="dev/design/optimise.html">Optimisations</a>��___________________��<em>optimise</em></li></ul>
-      <ul><li><a href="dev/design/useragent.html">User Agent</a>��___________________��<em>useragent</em></li></ul>
+    <ul><li><link href="dev/design/">Miscellaneous</link>��___________________��<em>miscellaneous</em></li><ul>
+      <ul><li><link href="dev/design/images.html">Images</link>��___________________��<em>images</em></li></ul>
+      <ul><li><link href="dev/design/pdf-library.html">PDF Library</link>��___________________��<em>pdflib</em></li></ul>
+      <ul><li><link href="dev/design/svg.html">SVG</link>��___________________��<em>svg</em></li></ul>
+      <ul><li><link href="dev/design/embedding.html">Embedding</link>��___________________��<em>embedding</em></li></ul>
+      <ul><li><link href="dev/design/extending.html">Extending</link>��___________________��<em>extending</em></li></ul>
+      <ul><li><link href="dev/design/optimise.html">Optimisations</link>��___________________��<em>optimise</em></li></ul>
+      <ul><li><link href="dev/design/useragent.html">User Agent</link>��___________________��<em>useragent</em></li></ul>
     </ul></ul>
     
-    <ul><li><a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectPages">Unresolved (Wiki)</a>��___________________��<em>unresolved</em></li></ul>
+    <ul><li><link href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectPages">Unresolved (Wiki)</link>��___________________��<em>unresolved</em></li></ul>
     
-    <ul><li><a href="dev/svg.html">SVG</a>��___________________��<em>svg</em></li></ul>
+    <ul><li><link href="dev/svg.html">SVG</link>��___________________��<em>svg</em></li></ul>
     
-    <ul><li><a href="dev/extensions.html">Extensions</a>��___________________��<em>extensions</em></li></ul>
+    <ul><li><link href="dev/extensions.html">Extensions</link>��___________________��<em>extensions</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">Develop</a>��___________________��<em>develop</em></li><ul>
-    <ul><li><a href="dev/api-doc.html">API Doc</a>��___________________��<em>api-doc</em></li></ul>
-    <ul><li><a href="dev/implement.html">Walk-Thru</a>��___________________��<em>walkthru</em></li></ul>
-    <ul><li><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>��___________________��<em>patch</em></li></ul>
-    <ul><li><a href="dev/conventions.html">Conventions</a>��___________________��<em>conventions</em></li></ul>
+  <ul><li><link href="dev/">Develop</link>��___________________��<em>develop</em></li><ul>
+    <ul><li><link href="dev/api-doc.html">API Doc</link>��___________________��<em>api-doc</em></li></ul>
+    <ul><li><link href="dev/implement.html">Walk-Thru</link>��___________________��<em>walkthru</em></li></ul>
+    <ul><li><link 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</link>��___________________��<em>patch</em></li></ul>
+    <ul><li><link href="dev/conventions.html">Conventions</link>��___________________��<em>conventions</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">Test</a>��___________________��<em>test</em></li><ul>
-    <ul><li><a href="dev/testing.html">Testing</a>��___________________��<em>testing</em></li></ul>
+  <ul><li><link href="dev/">Test</link>��___________________��<em>test</em></li><ul>
+    <ul><li><link href="dev/testing.html">Testing</link>��___________________��<em>testing</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">Deploy</a>��___________________��<em>deploy</em></li><ul>
-    <ul><li><a href="dev/doc.html">Doc Mgmt</a>��___________________��<em>doc</em></li></ul>
-    <ul><li><a href="dev/release.html">Release</a>��___________________��<em>release</em></li></ul>
-    <ul><li><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=bug_severity%2Cpriority%20DESC">Bugs</a>��___________________��<em>bugs</em></li></ul>
+  <ul><li><link href="dev/">Deploy</link>��___________________��<em>deploy</em></li><ul>
+    <ul><li><link href="dev/doc.html">Doc Mgmt</link>��___________________��<em>doc</em></li></ul>
+    <ul><li><link href="dev/release.html">Release</link>��___________________��<em>release</em></li></ul>
+    <ul><li><link 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=bug_severity%2Cpriority%20DESC">Bugs</link>��___________________��<em>bugs</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">Resources</a>��___________________��<em>resources</em></li><ul>
-    <ul><li><a href="dev/faq.html">FAQs</a>��___________________��<em>faq</em></li></ul>
-    <ul><li><a href="dev/tools.html">Tools</a>��___________________��<em>tools</em></li></ul>
-    <ul><li><a href="http://svn.apache.org/viewvc/xmlgraphics/fop">ViewVC</a>��___________________��<em>viewcvs</em></li></ul>
+  <ul><li><link href="dev/">Resources</link>��___________________��<em>resources</em></li><ul>
+    <ul><li><link href="dev/faq.html">FAQs</link>��___________________��<em>faq</em></li></ul>
+    <ul><li><link href="dev/tools.html">Tools</link>��___________________��<em>tools</em></li></ul>
+    <ul><li><link href="http://svn.apache.org/viewvc/xmlgraphics/fop">ViewVC</link>��___________________��<em>viewcvs</em></li></ul>
   </ul></ul>
 
-  <ul><li><a href="dev/">SubPackages</a>��___________________��<em>subpackages</em></li><ul>
-    <ul><li><a href="dev/rtflib.html">RTFlib</a>��___________________��<em>rtflib</em></li></ul>
+  <ul><li><link href="dev/">SubPackages</link>��___________________��<em>subpackages</em></li><ul>
+    <ul><li><link href="dev/rtflib.html">RTFlib</link>��___________________��<em>rtflib</em></li></ul>
   </ul></ul>
   
 



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