You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/04/18 08:04:41 UTC

svn commit: r813485 [4/6] - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ batik/dev/ batik/tools/ batik/using/ batik/using/scripting/ commons/ fop/ fop/0.95/ fop/1.0/ fop/dev/ fop/dev/design/ fop/trunk/

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Metadata</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="overview">Overview</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><h1 id="overview">Overview</h1>
 <p>Document metadata is an important tool for categorizing and finding documents. Various formats support different kinds of metadata representation and to different levels. One of the more popular and flexible means of representing document or object metadata is <a href="http://www.adobe.com/products/xmp/">XMP (eXtensible Metadata Platform, specified by Adobe)</a> . PDF 1.4 introduced the use of XMP. The XMP specification lists recommendation for embedding XMP metdata in other document and image formats. Given its flexibility it makes sense to make use this approach in the XSL-FO context. Unfortunately, unlike SVG which also refers to XMP, XSL-FO doesn't recommend a preferred way of specifying document and object metadata. Therefore, there's no portable way to represent metadata in XSL-FO documents. Each implementation does it differently.</p>
 <h1 id="xmp-in-fo">Embedding XMP in an XSL-FO document</h1>
 <p>As noted above, there's no officially recommended way to embed metadata in XSL-FO. Apache FOP supports embedding XMP in XSL-FO. Currently, only support for document-level metadata is implemented. Object-level metadata will be implemented when there's interest.</p>
@@ -449,7 +465,9 @@
 <li>
 <p><a href="http://dublincore.org/">http://dublincore.org/</a> </p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Output Formats</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person><person email="" name="Art Welch"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person><person email="" name="Art Welch"></person></authors></p>
 <p>Apache™ FOP supports multiple output formats by using a different renderer for each format. The renderers do not all have the same set of capabilities, sometimes because of the output format itself, sometimes because some renderers get more development attention than others.</p>
 <h1 id="general">General Information</h1>
 <h2 id="general-fonts">Fonts</h2>
@@ -1038,7 +1054,9 @@ This format creates an SVG document that
 <p>Apache FOP is easily extensible and allows you to add new output formats to enhance FOP's functionality. There's a number of output formats which are on our wish list. We're looking for volunteers to help us implement them.</p>
 <ul>
 <li><a href="http://en.wikipedia.org/wiki/OpenDocument">ODF (Open Document Format)</a> : The standardized successor to OpenOffice's file format.</li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: PDF/A (ISO 19005)</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
 <h1 id="overview">Overview</h1>
 <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 href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=38920&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 19005-1:2005(E)</a> . Work on PDF/A-2 is in progress at <a href="http://www.aiim.org/standards.asp?ID=25013">AIIM</a> .</p>
 <p>Design documentation on PDF/A can be found on FOP's Wiki on the <a href="http://wiki.apache.org/xmlgraphics-fop/PDFA1ConformanceNotes">PDFA1ConformanceNotes</a> page.</p>
@@ -376,7 +392,9 @@ There are additional requirements if you
 </tr>
 </tbody>
 </table>
-<p>If you get an error validating a PDF/A file in Adobe Acrobat 7.x it doesn't mean that FOP did something wrong. It's Acrobat that is at fault. This is fixed in Adobe Acrobat 8.x which uses the correct namespace as described in the technical corrigendum 1.</p></div></div>
+<p>If you get an error validating a PDF/A file in Adobe Acrobat 7.x it doesn't mean that FOP did something wrong. It's Acrobat that is at fault. This is fixed in Adobe Acrobat 8.x which uses the correct namespace as described in the technical corrigendum 1.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: PDF encryption.</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="pietsch@apache.org" name="J.Pietschmann"></person><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="pietsch@apache.org" name="J.Pietschmann"></person><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
 <h1 id="Overview">Overview</h1>
 <p>Apache™ FOP supports encryption of PDF output, thanks to Patrick C. Lankswert. This feature is commonly used to prevent unauthorized viewing, printing, editing, copying text from the document and doing annotations. It is also possible to ask the user for a password in order to view the contents. Note that there already exist third party applications which can decrypt an encrypted PDF without effort and allow the aforementioned operations, therefore the degree of protection is limited.</p>
 <p>For further information about features and restrictions regarding PDF encryption, look at the documentation coming with Adobe Acrobat or the technical documentation on the Adobe web site.</p>
@@ -454,7 +470,9 @@ then you don't have the needed infrastru
 <p>Open the <code>java.security</code> file and add<br></br> <code>security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider</code> ,<br></br>preferably at the end of the block defining the other crypto providers. For JDK 1.4 this is detailed on <a href="http://java.sun.com/j2se/1.4/docs/guide/security/jce/JCERefGuide.html#InstallProvider">Sun's web site</a> .</p>
 </li>
 </ol>
-<p>If you have any experience with Mozilla JSS or any other cryptography provider, please post it to the fop-user list.</p></div></div>
+<p>If you have any experience with Mozilla JSS or any other cryptography provider, please post it to the fop-user list.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: PDF/X (ISO 15930)</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
 <h1 id="overview">Overview</h1>
 <p><warning>Support for PDF/X is available beginning with Apache™ FOP version 0.93. This feature is new and may not be 100% complete, yet. Feedback is welcome.</warning>
 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 href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=39940&amp;ICS1=37&amp;ICS2=100&amp;ICS3=99">ISO 15930-6:2003(E)</a> . More info on PDF/X can be found on the <a href="http://www.pdfx.info/">PDF/X info site</a> .</p>
@@ -354,7 +370,9 @@ If one of the validation rules of PDF/X 
 </li>
 </ul>
 <h1 id="profile-compatibility">PDF profile compatibility</h1>
-<p>The PDF profiles "PDF/X-3:2003" and "PDF/A-1b" are compatible and can both be activated at the same time.</p></div></div>
+<p>The PDF profiles "PDF/X-3:2003" and "PDF/A-1b" are compatible and can both be activated at the same time.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Release Notes for Apache FOP 1.0</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="version_1.0">Major Changes in Version 1.0</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><h1 id="version_1.0">Major Changes in Version 1.0</h1>
 <p>This is not a complete list of changes, just some of the more important ones. A full list of changes in this release <a href="changes_1.0.html">is available</a> .</p>
 <h2 id="changes-to-the-code-base-changestothecodebase">Changes to the Code Base ## {#Changes+to+the+Code+Base}</h2>
 <ul>
@@ -357,7 +373,9 @@
 <li>
 <p><icon alt="add" src="../images/add.jpg"></icon>AFP Output: Native image embedding support (e.g. JPEG, GIF, TIFF) using ObjectContainer and a MOD:CA Registry implementation. Committed by AC.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Running Apache™ FOP</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="require">System Requirements</h1>
 <p>The following software must be installed:</p>
 <ul>
@@ -482,7 +498,9 @@ The -foout option works the same way as 
 </li>
 </ul>
 <h1 id="problems">Problems</h1>
-<p>If you have problems running FOP, please see the <a href="../gethelp.html">"How to get Help" page</a> .</p></div></div>
+<p>If you have problems running FOP, please see the <a href="../gethelp.html">"How to get Help" page</a> .</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Servlets</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>How to use Apache™ FOP in a Servlet</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><subtitle>How to use Apache™ FOP in a Servlet</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="overview">Overview</h1>
 <p>This page discusses topic all around using Apache™ FOP in a servlet environment.</p>
 <h1 id="example-servlets">Example Servlets in the FOP distribution</h1>
@@ -464,7 +480,9 @@ transformer.setURIResolver(this.uriResol
 <h2 id="websphere">WebSphere 3.5</h2>
 <p>Put a copy of a working parser in some directory where WebSphere can access it. For example, if /usr/webapps/yourapp/servlets is the CLASSPATH for your servlets, copy the Xerces jar into it (any other directory would also be fine). Do not add the jar to the servlet CLASSPATH, but add it to the CLASSPATH of the application server which contains your web application. In the WebSphere administration console, click on the "environment" button in the "general" tab. In the "variable name" box, enter "CLASSPATH". In the "value" box, enter the correct path to the parser jar file (/usr/webapps/yourapp/servlets/Xerces.jar in our example here). Press "OK", then apply the change and restart the application server.</p>
 <h1 id="complex-usecases">Handling complex use cases</h1>
-<p>Sometimes the requirements for a servlet get quite sophisticated: SQL data sources, multiple XSL transformations, merging of several datasources etc. In such a case consider using <a href="http://cocoon.apache.org/">Apache Cocoon</a> instead of a custom servlet to accomplish your goal.</p></div></div>
+<p>Sometimes the requirements for a servlet get quite sophisticated: SQL data sources, multiple XSL transformations, merging of several datasources etc. In such a case consider using <a href="http://cocoon.apache.org/">Apache Cocoon</a> instead of a custom servlet to accomplish your goal.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Upgrading from an Earlier Version of Apache™ FOP</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/1.0/">1.0</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="important">Important!</h1>
 <p>If you're planning to upgrade to the latest Apache™ FOP version there are a few very important things to consider:</p>
 <ul>
@@ -362,7 +378,9 @@ While FOP 0.20.5 allowed you to have emp
 <li>
 <p>The <code>fox:outline</code> extension is not implemented in this version anymore. It has been superseded by the new bookmark elements from XSL-FO 1.1.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/bugs.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/bugs.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/bugs.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Bugs and Other Trackable Issues</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>Information on this page applies to enhancement requests and other trackable issues as well as bugs.</p>
 <h1 id="issues_existing">Reported Issues</h1>
 <p>A list of unresolved reported bugs can be found at <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=">FOP Open Bugs (Bugzilla)</a> . If you have an interest in an issue already reported, please consider the following:</p>
@@ -341,7 +357,9 @@
 <li>
 <p>After submission, a copy of your bug report will be automatically sent to the FOP developer discussion list.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/changes.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/changes.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/changes.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>History of Changes</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><a href="changes.rss"></a> </p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><a href="changes.rss"></a> </p>
 <h1 id="introduction">Introduction and explanation of symbols</h1>
 <p>Changes are sorted by "type" and then chronologically with the most recent at the top. These symbols denote the various action types:<icon alt="add" src="images/add.jpg"></icon>=add,<icon alt="fix" src="images/fix.jpg"></icon>=fix,<icon alt="remove" src="images/remove.jpg"></icon>=remove,<icon alt="update" src="images/update.jpg"></icon>=update</p>
 <h1 id="version_FOP Trunk">Version FOP Trunk (TBD)</h1>
@@ -2114,7 +2130,9 @@ Committed by AD.</p>
 <li>
 <p>Volunteer needed (open)</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/compliance.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/compliance.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/compliance.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1></h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><!--<meta content="HTML Tidy, see www.w3.org" name="generator"></meta>-->
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><!--<meta content="HTML Tidy, see www.w3.org" name="generator"></meta>-->
 
 <p>Title: Apache™ FOP Compliance Page</p>
 <h1 id="w3c-xsl-fo-11-standard-w3cxsl-fo11standard">W3C XSL-FO 1.1 Standard # {#W3C+XSL-FO+1.1+Standard}</h1>
@@ -2374,7 +2390,9 @@ Adobe's browser plugin, for example, ign
 <td>no</td>
 </tr>
 </tbody>
-</table></div></div>
+</table></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Coding Conventions</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>Acknowledgement: Some content in this guide was adapted from other Apache™ projects such as Avalon, Cactus, Turbine and Velocity.</p>
 <h1 id="svn">Subversion Repository</h1>
 <p>Conventions in this section apply to Repository content, regardless of type:</p>
@@ -476,7 +492,9 @@
 <td>Not enforced</td>
 </tr>
 </tbody>
-</table></div></div>
+</table></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Area Tree</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>The Area Tree is an internal representation of the result document, representing pages and their contents. To make the concepts clearer and easier to understand, the code to implement the area tree matches the areas defined in the XSL-FO specification.</p>
 <p>The area tree is created by the layout managers once the layout is decided for a page. Once a completed page is finished it can then be added to the area tree. From that point forward, the area tree model can then handle the new page. The data in the area tree must be minimal and independant. This means that the data uses less memory and can be serialized to an output stream if needed.</p>
@@ -382,7 +398,9 @@
 <li>
 <p>changed area tree xml format to match the area tree hierarchy</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Layout Managers</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Break Possibility Proposal</subtitle><version>$Revision: 1298724 $</version><authors><person email="klease@club-internet.fr" name="Karen Lease"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><subtitle>Break Possibility Proposal</subtitle><version>$Revision: 1298724 $</version><authors><person email="klease@club-internet.fr" name="Karen Lease"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>As explained in <a href="layout.html">Layout</a> , the hierarchy of Layout Managers is responsible for building and placing areas. Each Layout Manager is responsible for creating and filling areas of a particular type, either inline or block. This document explains one potential algorithm for this process. It is based on the the generation of <em>break possibilities</em> (BP for short). The Layout Managers (LM for short), will generate one or more BP and choose the best one. The BP is then used to generate the corresponding areas.</p>
 <h1 id="anatomy-of-a-break-possibility-anatomyofabreakpossibility">Anatomy of a Break Possibility # {#Anatomy+of+a+Break+Possibility}</h1>
@@ -351,7 +367,9 @@ So the Line LM will ask its child LM(s) 
 <p>The LineLM is responsible for initiating hyphenation if it is allowed by the properties and if no satisfactory BP can be found without hyphenating. The hyphenation manager is passed two break possibilities, one whose IPD is less than the desired line area IPD and one whose IPD is greater. These break possibilities might have been generated by different inline-level layout managers (text + a wrapper with a color change for example), though frequently they represent two positions in a single text run. If hyphenation is successful, a new BP is returned. The LineLM may look for several intermediate BP based on the "cost" of the returned possibilities. If no intermediate BP is found, the line will be "short", the white-space stretch will be exceeded, or perhaps the content will be overflowed or clipped, depending on various property settings.</p>
 <h2 id="Optimizing">Optimizing</h2>
 <p>It obviously seems inefficient to go down to the lowest level LM and back up to the FlowLM for every possible line-break decision. It seems like it would be possible to optimize by letting the lower level layout managers run until they had exceeded the current limit in the stacking direction. They would then return control to the "galley" level (LineLM or FlowLM) which would fine-tune the break decision by asking the lower level LM to find a previous BP which would fit. At the inline level, this means hyphenation as described above.</p>
-<p>Another interesting question is at what point pending break possibilities can be turned into areas.The idea is to wait until we are sure we won't have to redo the breaking. This depends on the sophistication of the layout strategy. For example, if a linebreak can be considered final if the line is full and there are no anchors on the line, we could create the LineArea at that point. But if we are willing to change a previous line-end decision to get a better overall composition of a whole group of lines (to prevent multiple hyphens for example), we might wait until the LineLM had finished laying out all its material and then make all the Lines at once.</p></div></div>
+<p>Another interesting question is at what point pending break possibilities can be turned into areas.The idea is to wait until we are sure we won't have to redo the breaking. This depends on the sophistication of the layout strategy. For example, if a linebreak can be considered final if the line is full and there are no anchors on the line, we could create the LineArea at that point. But if we are willing to change a previous line-end decision to get a better overall composition of a whole group of lines (to prevent multiple hyphens for example), we might wait until the LineLM had finished laying out all its material and then make all the Lines at once.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Embedding Apache� FOP in Other Applications</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>This is the design for the external interface when Apache™ FOP is to be embedded inside another java application.</p>
 <p>Common places where FOP is embedded is in a report production application of a server side application such as<jump href="http://xml.apache.org/cocoon/index.html">Cocoon</jump>.</p>
@@ -413,7 +429,9 @@
 <p>The Driver handles the XML input. The user agent information is through the FOUserAgent. Handle logging through the user agent. Options could also be handled through the user agent, using mime type selection for renderer options.</p>
 <h2 id="Others">Others</h2>
 <p>Render to more than one renderer at once (maybe not from the command line). For example you could generate a PDF for the archive and the PS for the printer in one run. It would probably be faster than converting the PDF to PostScript afterwards. Make the fo tree reuseable. If the fonts are the same then use the same area tree to output to different renderers.</p>
-<p>Several code pieces for resolving URLs and/or file locations are scattered all over FOP and Batik. These should be replaced with an URIResolver invocation to unify behaviour and remove redundancies.</p></div></div>
+<p>Several code pieces for resolving URLs and/or file locations are scattered all over FOP and Batik. These should be replaced with an URIResolver invocation to unify behaviour and remove redundancies.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Extensions</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>Apache™ FOP provides an extension mechanism to add extra functionality. There are a number of different types of extensions that apply to different steps when converting FO into the rendered output.</p>
 <h1 id="Extensions">Extensions</h1>
@@ -368,7 +384,9 @@ to result in a text box referencing the 
 <li>
 <p>bookmark extension improved a bit - changed bookmark extension, now requires a wrapping element bookmark</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: FO Tree</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>The FO Tree is an internal hierarchical representation (java objects and properties) of the input XSL-FO document, and is created from the <a href="parsing.html">parsing</a> of that XSL-FO document. The process of building the FO Tree corresponds to the <strong>Objectify</strong> step in the XSL-FO spec. The FO Tree is an intermediate structure which will later be <a href="layout.html">converted into the area tree</a> .</p>
 <h1 id="process">Processing</h1>
@@ -397,7 +413,9 @@
 <p>Foreign XML will usually be in an fo:instream-foreign-object. The XML will be passed to the renderer as a DOM, which is expected to know how to handle it. XML from an unknown namespace will be ignored.</p>
 <p>See <a href="parsing.html#namespaces">Input Parsing Namespaces</a> for more discussion and links to information about using foreign XML in FOP.</p>
 <h2 id="unknown">Unknown Elements</h2>
-<p>If an element is in a known namespace but the element is unknown within that namespace, then an Unknown object is created. This generally indicates an input error: perhaps an element from an older version of the XSL-FO standard, or a misspelling. The Unknown object is mainly used to provide information to the user.</p></div></div>
+<p>If an element is in a known namespace but the element is unknown within that namespace, then an Unknown object is created. This generally indicates an input error: perhaps an element from an older version of the XSL-FO standard, or a misspelling. The Unknown object is mainly used to provide information to the user.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Images</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>Images may only be needed to be loaded when the image is rendered to the output or to find the dimensions.<br></br>An image url may be invalid, this can be costly to find out so we need to keep a list of invalid image urls.</p>
 <p>We have a number of different caching schemes that are possible.</p>
@@ -360,7 +376,9 @@
 <dt>other</dt>
 <dd>SVG
 The renderer uses the url to retrieve the image from the ImageFactory and then load the required data depending on the image mime type. If the renderer can insert the image into the document and use that data for all future references of the same image then it can cache the reference in the renderer and the image can be released from the image cache.</dd>
-</dl></div></div>
+</dl></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Introduction</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors>
 The articles in this section pertain mainly to the <em>redesign</em> or <em>trunk</em> line of development. The redesign is mainly focusing on parts of the layout process (converting the FO tree into the Area Tree). Therefore other (non-layout) sections in this document are probably largely accurate for the maintenance branch, but should be used with care in that context.</p>
 <h1 id="black-box">The Black Box View</h1>
 <p>From a user's standpoint, Apache™ FOP is a black box that an xml file as input, performs some magic, then creates the desired output:</p>
@@ -440,7 +456,9 @@ The articles in this section pertain mai
 <li>
 <p><strong>PLB</strong> : PropertyListBuilder.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Layout</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="into">Introduction</h1>
 <p>The role of the layout managers is to build the Area Tree by using the information from the FO Tree. The layout managers decide where information is placed in the area tree.</p>
 <p>A layout manager is typically associated with an FO Object but not always.</p>
@@ -546,7 +562,9 @@
 </tbody>
 </table>
 <h2 id="status-wip">Work in Progress</h2>
-<h2 id="status-complete">Completed</h2></div></div>
+<h2 id="status-complete">Completed</h2></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Optimisations</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>Apache™ FOP should be able to handle very large documents. A document can be supplied using SAX and the information should be passed entirely through the system, from fo elements to rendered output as soon as possible.</p>
 <p>A top level block area, immediately below the flow, can be added to the page layout as soon as the element is complete.</p>
@@ -322,7 +338,9 @@
 <p>Once the layout of a page has been completed, all elements are fully resolved, then the page can be rendered. Some renderers may support out of order rendering of pages.</p>
 <p>The main problem that will remain is that any page with forward references will need to be stored until the refence is resolved. This means that the information contained in the page should be as minimal as possible.</p>
 <p>Line areas can be optimised once the layout for the line has been finalised. Consecutive characters with the same properties can be combined into a "word" to hold the information with limited overhead.</p>
-<p>If there are a large number of pages where forward references cannot be resolved the a method of writing a page onto disk could be used to save memory. The easiest way to achieve this is to make the page and all children serializable.</p></div></div>
+<p>If there are a large number of pages where forward references cannot be resolved the a method of writing a page onto disk could be used to save memory. The easiest way to achieve this is to make the page and all children serializable.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/parsing.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/parsing.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/parsing.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Input Parsing</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>Parsing is the process of reading the XSL-FO input and making the information in it available to Apache™ FOP.</p>
 <h1 id="input">SAX for Input</h1>
@@ -352,7 +368,9 @@
 <li>
 <p>Can have a default element mapping for extensions</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/pdf-library.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/pdf-library.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/pdf-library.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: PDF Library</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>The PDF Library is an independant package of classes in Apache™ FOP. These class provide a simple way to construct documents and add the contents. The classes are found in <code>org.apache.fop.pdf.*</code> .</p>
 <h1 id="pdf-document-pdfdocument">PDF Document # {#PDF+Document}</h1>
@@ -338,7 +354,9 @@
 <p>A pdf link can be added for an area on the page. This link can then point to an external destination or a position on any page in the document.</p>
 <h2 id="Patterns">Patterns</h2>
 <p>The fill and stroke of graphical objects can be set with a colour, pattern or gradient.</p>
-<p>The are a number of other features for handling pdf markup relevent to creating PDF files for FOP.</p></div></div>
+<p>The are a number of other features for handling pdf markup relevent to creating PDF files for FOP.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/properties.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/properties.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/properties.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Properties</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="" name="Karen Lease"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="" name="Karen Lease"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>As the input XSL-FO is being parsed and the FO Tree is being built, the attributes of the FO elements are passed by the parser to the related FO object. The java object that represent the FO object then converts the attributes into properties that are stored in the FO Tree.</p>
 <h1 id="issues">Issues</h1>
@@ -454,7 +470,9 @@
 <h1 id="refine">Refinement</h1>
 <p>The <strong>Refinement</strong> step is part of reading and using the properties which may happen immediately or during the layout process. FOP does not currently use a separate Refinement process, but tends to handle refining steps as the FO Tree is built.</p>
 <h1 id="refined-fo-tree">Refined FO Tree</h1>
-<p>The Refined FO Tree is the result of the Refinement process.</p></div></div>
+<p>The Refined FO Tree is the result of the Refinement process.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/renderers.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/renderers.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/renderers.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Renderers</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>A renderer is primarily designed to convert a given area tree into the output document format. It should be able to produce pages and fill the pages with the text and graphical content. Usually the output is sent to an output stream.</p>
 <p>Some output formats may support extra information that is not available from the area tree or depends on the destination of the document.</p>
@@ -485,7 +501,9 @@
 <li>
 <p>added handlers for xml in renderer</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/startup.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/startup.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/startup.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: Startup, Environment, Control</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>Startup is the process of getting Apache™ FOP bootstrapped and creating basic objects. Environment includes acquiring user options, instantiating any frameworks, setting up logging, etc. Control includes the basic logic for tieing the various subsystems together properly.</p>
 <h1 id="status">Status</h1>
@@ -342,7 +358,9 @@
 <h2 id="status-complete">Completed</h2>
 <ul>
 <li><strong>better image handling</strong> - redone so it can use a cache and synchronizes properly only on the current image while loading</li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">



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