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 2015/07/14 11:05:16 UTC

svn commit: r958255 - in /websites/staging/xmlgraphics/trunk/content: ./ fop/trunk/whitespacemanagement.html

Author: buildbot
Date: Tue Jul 14 09:05:16 2015
New Revision: 958255

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/fop/trunk/whitespacemanagement.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 14 09:05:16 2015
@@ -1 +1 @@
-1690633
+1690879

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/whitespacemanagement.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/whitespacemanagement.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/whitespacemanagement.html Tue Jul 14 09:05:16 2015
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title></title>
+    <title>Apache(th) FOP: Whitespace Management</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -402,7 +402,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 70px;">
 	  <a href="/fop/"><img src="/images/apache-fop-logo.jpg" alt="The Apache FOP Project" width="120" height="65" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; FOP Project</h2>
-	</div><!-- <h1></h1> -->
+	</div><!-- <h1>Apache(th) FOP: Whitespace Management</h1> -->
 
 
       
@@ -426,7 +426,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>This page describes an extension for FOP’s page breaking algorithm that enables the handling of dynamic content. Dynamic content has multiple variants, only one of which will be inserted in the document. Variant selection is done in a First Come First Served manner and the first variant that fits within the remaining space in the current page is chosen. If no appropriate variant is found, the dynamic content will be skipped without affecting the rest of the document layout.</p>
 <h2 id="example">Example<a class="headerlink" href="#example" title="Permanent link">&para;</a></h2>
 <p>Here is an example of dynamic content with two variants:</p>
-<div class="codehilite"><pre><span class="nt">&lt;fo:multi-switch</span> <span class="na">fox:auto-toggle=</span><span class="s">&quot;best-fit&quot;</span><span class="nt">&gt;</span>
+<div class="codehilite"><pre><span class="nt">&lt;fo:multi-switch</span> <span class="na">fox:auto-toggle=</span><span class="s">&quot;select-first-fitting&quot;</span> <span class="na">xmlns:fox=</span><span class="s">&quot;http://xmlgraphics.apache.org/fop/extensions&quot;</span><span class="nt">&gt;</span>
     <span class="nt">&lt;fo:multi-case&gt;</span>
         <span class="nt">&lt;fo:block&gt;</span>First variant<span class="nt">&lt;/fo:block&gt;</span>
     <span class="nt">&lt;/fo:multi-case&gt;</span>



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