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:08:11 UTC

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

Author: buildbot
Date: Tue Jul 14 09:08:11 2015
New Revision: 958256

Log:
Staging update by buildbot for xmlgraphics

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

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

Modified: websites/staging/xmlgraphics/trunk/content/fop/2.0/whitespacemanagement.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/2.0/whitespacemanagement.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/2.0/whitespacemanagement.html Tue Jul 14 09:08:11 2015
@@ -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