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 [3/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/0.95/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/intermediate.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: Intermediate Format</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/0.95/">0.95</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version>
+      
+      <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/0.95/">0.95</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version>
 Please note that the intermediate format is an <strong>advanced feature</strong> and can be ignored by most users of Apache™ FOP.</p>
 <h1 id="introduction">Introduction</h1>
 <p>The intermediate format (IF) is a proprietary XML format that represents the area tree generated by the layout engine. The area tree is conceptually defined in the <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice1.html#section-N742-Formatting">XSL-FO specification in chapter 1.1.2</a> . The IF can be generated through the area tree XML Renderer (the XMLRenderer).</p>
@@ -356,7 +372,9 @@ This example simply reads an IF file and
 <h2 id="modifying">Modifying Documents</h2>
 <p>One of the most important use cases for the intermediate format is obviously modifying the area tree XML before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs. Please note, that we will currently not formally describe the intermediate format. You need to have a good understanding its structure so you don't create any non-parseable files. We may add an XML Schema and more detailed documentation at a later time. You're invited to help us with that.</p>
 <h2 id="advanced">Advanced Use</h2>
-<p>The generation of the intermediate format as well as it parsing process has been designed to allow for maximum flexibility and optimization. Please note that you can call <code>setTransformerHandler()</code> on XMLRenderer to give the XMLRenderer your own TransformerHandler instance in case you would like to do custom serialization (to a W3C DOM, for example) and/or to directly modify the area tree using XSLT. The AreaTreeParser on the other side allows you to retrieve a ContentHandler instance where you can manually send SAX events to to start the parsing process (see <code>getContentHandler()</code> ).</p></div></div>
+<p>The generation of the intermediate format as well as it parsing process has been designed to allow for maximum flexibility and optimization. Please note that you can call <code>setTransformerHandler()</code> on XMLRenderer to give the XMLRenderer your own TransformerHandler instance in case you would like to do custom serialization (to a W3C DOM, for example) and/or to directly modify the area tree using XSLT. The AreaTreeParser on the other side allows you to retrieve a ContentHandler instance where you can manually send SAX events to to start the parsing process (see <code>getContentHandler()</code> ).</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.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: Known Issues</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/0.95/">0.95</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/0.95/">0.95</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="known-issues-knownissues">Known issues # {#Known+issues}</h1>
 <p>This page lists currently known issues in the current release.</p>
 <p>For additional information on known issues in Apache™ FOP, please have a look at the following pages, too:</p>
@@ -416,7 +432,9 @@
 <li>
 <p>Column balancing in multi-column documents may not work as expected (Bugzilla #36356)</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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/0.95/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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>
@@ -855,7 +871,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/0.95/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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>
@@ -373,7 +389,9 @@ If one of the validation rules of PDF/A 
 </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/0.95/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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>
@@ -451,7 +467,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/0.95/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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 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/0.95/releaseNotes_0.95.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/releaseNotes_0.95.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/releaseNotes_0.95.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 0.95</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/0.95/">0.95</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><notes><section id="Notes">
+      
+      <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/0.95/">0.95</a></div>
+      	<div class="section-content"><p><notes><section id="Notes">
 Besides the important changes listed below, the most important areas with improvements in this release are:</p>
 <ul>
 <li>
@@ -358,7 +374,9 @@ This final 0.95 release also includes al
 <li>
 <p><icon alt="fix" src="../images/fix.jpg"></icon>Fixed rendering of fixed block-containers in AFP output. Committed by JM.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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>
@@ -471,7 +487,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/0.95/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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/0.95/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/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/0.95/">0.95</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/0.95/">0.95</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>
@@ -359,7 +375,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. So please update your stylesheets accordingly.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.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: Accessibility</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>This page describes the <a href="http://en.wikipedia.org/wiki/Accessibility">accessibility</a> features of Apache™ FOP. <a href="http://www.section508.gov/">Section 508</a> defines accessibility in the context of electronic documents for the USA but other countries have similar requirements.</p>
 <p>Accessibility features are available only for the PDF output format and there are some implementation limitations. Also, certain actions must be undertaken by the content creator to ensure that FOP can create a truly accessible document.</p>
 <h1 id="enabling-accessibility-enablingaccessibility">Enabling accessibility # {#Enabling+accessibility}</h1>
@@ -399,7 +415,9 @@ If a non-standard structure type is spec
 <li>
 <p><a href="http://wiki.apache.org/xmlgraphics-fop/PDF_Accessibility">Developer-oriented details on the accessibility features (on the Wiki)</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/anttask.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/anttask.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/anttask.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: Ant task</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>
 <p>Apache™ FOP provides an Ant task for automating the document build process.</p>
 <h1 id="basics">Description</h1>
 <p>The FOP Ant task will convert XSL-FO documents to PDF, PS, PCL etc. output (see <a href="output.html">Output formats</a> for available formats).</p>
@@ -399,7 +415,9 @@ This example transforms and converts all
            <include name="*.xml"/>
         </fileset>
    </fop>
-</target></div></div>
+</target></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_1.0.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_1.0.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_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>History of Changes 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"><p><a href="changes_1.0.rss"></a> </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><a href="changes_1.0.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_1.0">Version 1.0 (21 July 2010)</h1>
@@ -764,7 +780,9 @@ Committed by AD.</p>
 <h2 id="contributors_1.0">Contributors to this release</h2>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br></br>Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Jeremias Märki (JM), (JM,VH), Luca Furini (LF), Max Berger (MB), Simon Pepping (SP), Vincent Hennebert (VH).</p>
-<p>This is a list of other contributors:<br></br>Alexander Stamenov, Alok Singh, Antti Karanta, Bharat Attaluri, Carsten Siedentop, D.W. Harks, Dario Laera, Emil Maskovsky, Francois Fernandes, Georg Datterl, Harald G. Henne, J. Frantzius, Jason Harrop, Jonathan Levinson, Jost Klopfstein, Martin Edge, Maxim Wirt, Nicolas Peninguy, Pavel Kysilka, Peter Coppens, Peter Hancock, Richard Wheeldon, rogov.AT.devexperts.com, Thomas Stieler, Tow Browder, Venkat Reddy, Yegor Kozlov.</p></div></div>
+<p>This is a list of other contributors:<br></br>Alexander Stamenov, Alok Singh, Antti Karanta, Bharat Attaluri, Carsten Siedentop, D.W. Harks, Dario Laera, Emil Maskovsky, Francois Fernandes, Georg Datterl, Harald G. Henne, J. Frantzius, Jason Harrop, Jonathan Levinson, Jost Klopfstein, Martin Edge, Maxim Wirt, Nicolas Peninguy, Pavel Kysilka, Peter Coppens, Peter Hancock, Richard Wheeldon, rogov.AT.devexperts.com, Thomas Stieler, Tow Browder, Venkat Reddy, Yegor Kozlov.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.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: Building from Source Code</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="build-needed">Do You Need To Build?</h1>
 <p>Apache™ FOP distributions are either pre-compiled binary or source. If you are using a binary distribution, it is already built and there is no need to build it again. See the <a href="../download.html">Download Instructions</a> for information about whether a binary or source distribution is best for your needs.</p>
 <p>If you got the source code from a repository snapshot or via Subversion you will need to build FOP in any case.</p>
@@ -367,7 +383,9 @@ ant clean allIf you want to shorten the 
 <li>
 <p>If the build still fails, see the <a href="../gethelp.html">Getting Help</a> page for further help.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.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: Configuration</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="general">Configuration File Basics</h1>
 <p>The FOP configuration file is an XML file containing a variety of settings that are useful for controlling FOP's behavior, and for helping it find resources that you wish it to use.</p>
 <p>The easiest way to get started using a FOP configuration file is to copy the sample found at <code>{fop-dir}/conf/fop.xconf</code> to a location of your choice, and then to edit it according to your needs. It contains templates for the various configuration options, most of which are commented out. Remove the comments and change the settings for entries that you wish to use. Be sure to follow any instructions, including comments which specify the value range. Also, since the configuration file is XML, be sure to keep it well-formed.</p>
@@ -588,7 +604,9 @@ and run the configuration file through a
 <li>
 <p>Run FOP in debug mode (command line option <code>-d</code> ). This makes FOP report which configuration information it finds. Check if FOP finds what you expect.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/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: Embedding</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 Embed Apache� FOP in a Java application</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 Embed Apache� FOP in a Java application</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="overview">Overview</h1>
 <p>Review <a href="running.html">Running FOP</a> for important information that applies to embedded applications as well as command-line use, such as options and performance.</p>
 <p>To embed Apache™ FOP in your application, first create a new org.apache.fop.apps.FopFactory instance. This object can be used to launch multiple rendering runs. For each run, create a new org.apache.fop.apps.Fop instance through one of the factory methods of FopFactory. In the method call you specify which output format (i.e. Renderer) to use and, if the selected renderer requires an OutputStream, which OutputStream to use for the results of the rendering. You can customize FOP's behaviour in a rendering run by supplying your own FOUserAgent instance. The FOUserAgent can, for example, be used to set your own Renderer instance (details below). Finally, you retrieve a SAX DefaultHandler instance from the Fop object and use that as the SAXResult of your transformation.
@@ -582,7 +598,9 @@ For this example we've created two class
 <h2 id="ExampleSVG2PDF">ExampleSVG2PDF.java (PDF Transcoder example)</h2>
 <p>This <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/embedding/java/embedding/ExampleSVG2PDF.java?view=markup">example</a> shows the usage of the PDF Transcoder, a sub-application within FOP. It is used to generate a PDF document from an SVG file.</p>
 <h2 id="example-notes">Final notes</h2>
-<p>These examples should give you an idea of what's possible. It should be easy to adjust these examples to your needs. Also, if you have other examples that you think should be added here, please let us know via either the fop-users or fop-dev mailing lists. Finally, for more help please send your questions to the fop-users mailing list.</p></div></div>
+<p>These examples should give you an idea of what's possible. It should be easy to adjust these examples to your needs. Also, if you have other examples that you think should be added here, please let us know via either the fop-users or fop-dev mailing lists. Finally, for more help please send your questions to the fop-users mailing list.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/events.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/events.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/events.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: Events/Processing Feedback</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="introduction">Introduction</h1>
 <p>In versions until 0.20.5, Apache™ FOP used <a href="http://excalibur.apache.org/framework/index.html">Avalon-style Logging</a> where it was possible to supply a logger per processing run. During the redesign the logging infrastructure was switched over to <a href="http://commons.apache.org/logging/">Commons Logging</a> which is (like Log4J or java.util.logging) a "static" logging framework (the logger is accessed through static variables). This made it very difficult in a multi-threaded system to retrieve information for a single processing run.</p>
 <p>With FOP's event subsystem, we'd like to close this gap again and even go further. The first point is to realize that we have two kinds of "logging". Firstly, we have the logging infrastructure for the (FOP) developer who needs to be able to enable finer log messages for certain parts of FOP to track down a certain problem. Secondly, we have the user who would like to be informed about missing images, overflowing lines or substituted fonts. These messages (or events) are targeted at less technical people and may ideally be localized (translated). Furthermore, tool and solution builders would like to integrate FOP into their own solutions. For example, an FO editor should be able to point the user to the right place where a particular problem occurred while developing a document template. Finally, some integrators would like to abort processing if a resource (an image or a font) has not been found, while others would simply continue. The event system allows to react on the
 se events.</p>
@@ -506,7 +522,9 @@ producer.complain(this, "I'm tired", 23)
 <p>The single curly braces pattern supports additional features. For example, it is possible to do this: "{start,if,start,end}". "if" here is a special field modifier that evaluates "start" as a boolean and if that is true returns the text right after the second comma ("start"). Otherwise it returns the text after the third comma ("end"). The "equals" modifier is similar to "if" but it takes as an additional (comma-separated) parameter right after the "equals" modifier, a string that is compared to the value of the variable. An example: {severity,equals,EventSeverity:FATAL,,some text} (this adds "some text" if the severity is not FATAL).</p>
 <p>Additional such modifiers can be added by implementing the <code>AdvancedMessageFormat$Part</code> and <code>AdvancedMessageFormat$PartFactory</code> interfaces.</p>
 <p>Square braces can be used to specify optional template sections. The whole section will be omitted if any of the variables used within are unavailable. Pipe (|) characters can be used to specify alternative sub-templates (see "locator" above for an example).</p>
-<p>Developers can also register a function (in the above example: <code>{#gatherContextInfo})</code> to do more complex information rendering. These functions are implementations of the <code>AdvancedMessageFormat$Function</code> interface. Please take care that this is done in a locale-independent way as there is no locale information available, yet.</p></div></div>
+<p>Developers can also register a function (in the above example: <code>{#gatherContextInfo})</code> to do more complex information rendering. These functions are implementations of the <code>AdvancedMessageFormat$Function</code> interface. Please take care that this is done in a locale-independent way as there is no locale information available, yet.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.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>Standard Apache™ FOP Extensions</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>
 <p>By "extension", we mean any data that can be placed in the input XML document that is not addressed by the XSL-FO standard. By having a mechanism for supporting extensions, Apache™ FOP is able to add features that are not covered in the specification.</p>
 <p>The extensions documented here are included with FOP, and are automatically available to you. If you wish to add an extension of your own to FOP, please see the <a href="../dev/extensions.html">Developers' Extension Page</a> .
 All extensions require the correct use of an appropriate namespace in your input document.</p>
@@ -449,7 +465,9 @@ Those extensions have been implemented i
 <p>Initial: media-box</p>
 <p>Applies to: fo:simple-page-master</p>
 <p>The crop box controls how Acrobat displays the page (CropBox in PDF) or how the Java2DRenderer sizes the output media. The PDF specification defines that the CropBox defaults to the MediaBox. This extension follows that definition. To simplify usage and cover most use cases, the three supported enumeration values "trim-box", "bleed-box" and "media-box" set the CropBox to one of those three other boxes.</p>
-<p>If requested in the future, we could offer to specify the CropBox in absolute coordinates rather than just by referencing another box.</p></div></div>
+<p>If requested in the future, we could offer to specify the CropBox in absolute coordinates rather than just by referencing another box.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.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: Fonts</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="" name="Jeremias Märki"></person><person email="" name="Tore Engvig"></person><person email="" name="Adrian Cumiskey"></person><person email="" name="Max Berger"></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="" name="Jeremias Märki"></person><person email="" name="Tore Engvig"></person><person email="" name="Adrian Cumiskey"></person><person email="" name="Max Berger"></person></authors></p>
 <h1 id="intro">Summary</h1>
 <p>The following table summarizes the font capabilities of the various Apache� FOP renderers:</p>
 <table>
@@ -707,7 +723,9 @@ At the moment, you can only match fonts 
 </ul>
 <p>Character-by-Character is NOT yet supported!</p>
 <h1 id="font-list">Font List Command-Line Tool</h1>
-<p>FOP contains a small command-line tool that lets you generate a list of all configured fonts. Its class name is: <code>org.apache.fop.tools.fontlist.FontListMain</code> . Run it with the "-?" parameter to get help for the various options.</p></div></div>
+<p>FOP contains a small command-line tool that lets you generate a list of all configured fonts. Its class name is: <code>org.apache.fop.tools.fontlist.FontListMain</code> . Run it with the "-?" parameter to get help for the various options.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.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: Graphics 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></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="introduction">Introduction</h1>
 <p>Some noteworthy features of the image handling subsystem are:</p>
 <ul>
@@ -599,7 +615,9 @@ Batik's SVG Rasterizer utility may also 
 <h1 id="caching">Image caching</h1>
 <p>FOP caches images between runs. There is one cache per FopFactory instance. The URI is used as a key to identify images which means that when a particular URI appears again, the image is taken from the cache. If you have a servlet that generates a different image each time it is called with the same URI you need to use a constantly changing dummy parameter on the URI to avoid caching.</p>
 <p>The image cache has been improved considerably in the redesigned code. Therefore, resetting the image cache should be a thing of the past. If you still experience OutOfMemoryErrors, please notify us.</p>
-<p>If all else fails, the image cache can be cleared like this: <code>fopFactory.getImageManager().getCache().clearCache();</code> </p></div></div>
+<p>If all else fails, the image cache can be cleared like this: <code>fopFactory.getImageManager().getCache().clearCache();</code> </p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.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: Hyphenation</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="support">Hyphenation Support</h1>
 <h2 id="intro">Introduction</h2>
 <p>Apache™ FOP uses Liang's hyphenation algorithm, well known from TeX. It needs language specific pattern and other data for operation.</p>
@@ -418,7 +434,9 @@ Note that the algorithm that uses this d
 </ul>
 <p>If you want to convert a TeX hyphenation pattern file, you have to undo the TeX encoding for non-ASCII text. FOP uses Unicode, and the patterns must be proper Unicode too. You should be aware of the XML encoding issues, preferably use a good Unicode editor.</p>
 <p>Note that FOP does not do Unicode character normalization. If you use combining chars for accents and other character decorations, you must declare character classes for them, and use the same sequence of base character and combining marks in the XSLFO source, otherwise the pattern wouldn't match. Fortunately, Unicode provides precomposed characters for all important cases in common languages, until now nobody run seriously into this issue. Some dead languages and dialects, especially ancient ones, may pose a real problem though.</p>
-<p>If you want to generate your own patterns, an open-source utility called patgen is available on many Unix/Linux distributions and every TeX distribution which can be used to assist in creating pattern files from dictionaries. Pattern creation for languages like english or german is an art. If you can, read Frank Liang's original paper "Word Hy-phen-a-tion by Com-pu-ter" (yes, with hyphens). It is not available online. The original patgen.web source, included in the TeX source distributions, contains valuable comments, unfortunately technical details obscure often the high level issues. Another important source is <a href="http://www.ctan.org/tex-archive/systems/knuth/tex/texbook.tex">The TeX Book</a> , appendix H (either read the TeX source, or run it through TeX to typeset it). Secondary articles, for example the works by Petr Sojka, may also give some much needed insight into problems arising in automated hyphenation.</p></div></div>
+<p>If you want to generate your own patterns, an open-source utility called patgen is available on many Unix/Linux distributions and every TeX distribution which can be used to assist in creating pattern files from dictionaries. Pattern creation for languages like english or german is an art. If you can, read Frank Liang's original paper "Word Hy-phen-a-tion by Com-pu-ter" (yes, with hyphens). It is not available online. The original patgen.web source, included in the TeX source distributions, contains valuable comments, unfortunately technical details obscure often the high level issues. Another important source is <a href="http://www.ctan.org/tex-archive/systems/knuth/tex/texbook.tex">The TeX Book</a> , appendix H (either read the TeX source, or run it through TeX to typeset it). Secondary articles, for example the works by Petr Sojka, may also give some much needed insight into problems arising in automated hyphenation.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/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 Version 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"><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="intro">Introduction</h1>
 <p>The Apache™ FOP team is proud to present to you this production quality codebase. FOP 1.0 provides a good subset of the W3C XSL-FO 1.0 and 1.1 Standards. Its stable, 1.0 designation provides added recognition as the productive tool it has been for years.</p>
 <p>We remain committed to improving the tool, and we continue to add new features. We welcome any feedback you might have and even more, any other form of help to get the project forward.</p>
@@ -323,7 +339,9 @@
 <h1 id="upgrading">Upgrading from an earlier version</h1>
 <p>If you're upgrading to this version from an earlier version of FOP, please read the information contained on the <a href="upgrading.html">Upgrading page</a> !</p>
 <h1 id="download">Download</h1>
-<p>To download this version, please visit the <a href="../download.html">download page</a> .</p></div></div>
+<p>To download this version, please visit the <a href="../download.html">download page</a> .</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.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: Intermediate Format</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>
+      
+      <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>
 Please note that the intermediate formats described here are <strong>advanced features</strong> and can be ignored by most users of Apache™ FOP.</p>
 <h1 id="introduction">Introduction</h1>
 <p>Apache FOP now provides two different so-called intermediate formats. The first one (let's call it the area tree XML format) is basically a 1:1 XML representation of FOP's area tree as generated by the layout engine. The area tree is conceptually defined in the <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice1.html#section-N742-Formatting">XSL-FO specification in chapter 1.1.2</a> . Even though the area tree is mentioned in the XSL-FO specification, this part is not standardized. Therefore, the area tree XML format is a FOP-proprietary XML file format. The area tree XML can be generated through the area tree XML Renderer (the XMLRenderer).</p>
@@ -446,7 +462,9 @@ This example simply reads an intermediat
 <p>There is an XML Schema (located under <a href="http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/">src/documentation/intermediate-format-ng</a> ) that helps you verify that your modified content is correct.</p>
 <p>For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.</p>
 <h2 id="advanced-if">Advanced Use</h2>
-<p>The generation of the intermediate format as well as it parsing process has been designed to allow for maximum flexibility and optimization. So rather than just passing in a StreamResult to IFSerializer's setResult() method, you can also use a SAXResult or a DOMResult. And as you've already seen , the IFParser on the other side allows you to retrieve a ContentHandler instance where you can manually send SAX events to start the parsing process (see <code>getContentHandler()</code> ).</p></div></div>
+<p>The generation of the intermediate format as well as it parsing process has been designed to allow for maximum flexibility and optimization. So rather than just passing in a StreamResult to IFSerializer's setResult() method, you can also use a SAXResult or a DOMResult. And as you've already seen , the IFParser on the other side allows you to retrieve a ContentHandler instance where you can manually send SAX events to start the parsing process (see <code>getContentHandler()</code> ).</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.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: Known Issues</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="known-issues-knownissues">Known issues # {#Known+issues}</h1>
 <p>This page lists currently known issues in the current release.</p>
 <p>For additional information on known issues in Apache™ FOP, please have a look at the following pages, too:</p>
@@ -430,7 +446,9 @@
 <li>
 <p>Column balancing in multi-column documents may not work as expected (Bugzilla #36356)</p>
 </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