You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/12/11 10:59:29 UTC

svn commit: r355950 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: compliance.ihtml trunk/upgrading.xml

Author: jeremias
Date: Sun Dec 11 01:59:24 2005
New Revision: 355950

URL: http://svn.apache.org/viewcvs?rev=355950&view=rev
Log:
XSL 1.1 Bookmarks added to the compliance page.
Some more details on the upgrading page.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml?rev=355950&r1=355949&r2=355950&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml Sun Dec 11 01:59:24 2005
@@ -59,6 +59,9 @@
       <strong><a href="#fo-object-link-section">Link and Multi Formatting Objects</a>: </strong><a href="#fo-object-basic-link">basic-link</a>, <a href="#fo-object-multi-switch">multi-switch</a>, <a href="#fo-object-multi-case">multi-case</a>, <a href="#fo-object-multi-toggle">multi-toggle</a>, <a href="#fo-object-multi-properties">multi-properties</a>, <a href="#fo-object-multi-property-set">multi-property-set</a>
     </li>
     <li>
+      <strong><a href="#fo-object-bookmarks-section">Formatting Objects for Bookmarks</a>: </strong><a href="#fo-object-bookmark-tree">bookmark-tree</a>, <a href="#fo-object-bookmark">bookmark</a>, <a href="#fo-object-bookmark-title">bookmark-title</a>
+    </li>
+    <li>
       <strong><a href="#fo-object-outofline-section">Out-of-line Formatting Objects</a>: </strong><a href="#fo-object-float">float</a>, <a href="#fo-object-footnote">footnote</a>, <a href="#fo-object-footnote-body">footnote-body</a>
     </li>
     <li>
@@ -1239,6 +1242,77 @@
       </td>
       <td align="center">
         &nbsp;
+      </td>
+    </tr>
+    <tr>
+      <td class="category" colspan="6">
+        <a name="fo-object-bookmarks-section">Formatting Objects for Bookmarks</a> (<a href="http://www.w3.org/TR/xsl11/#d0e14085">&sect;6.11 in XSL 1.1 WD</a>)
+      </td>
+    </tr>
+    <tr>
+      <td>
+        <a name="fo-object-bookmark-tree">bookmark-tree</a> (since XSL 1.1)
+      </td>
+      <td class="extended">
+        Extended
+      </td>
+      <td align="center">
+        <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">&sect;6.11.1 in XSL 1.1 WD</a>
+      </td>
+      <td class="no">
+        no
+      </td>
+      <td class="yes">
+        yes
+      </td>
+      <td align="left">
+        <ul>
+          <li>[0.20.5] Uses the proprietary fox:outline extension.</li>
+        </ul>
+      </td>
+    </tr>
+    <tr>
+      <td>
+        <a name="fo-object-bookmark">bookmark</a> (since XSL 1.1)
+      </td>
+      <td class="extended">
+        Extended
+      </td>
+      <td align="center">
+        <a href="http://www.w3.org/TR/xsl11/#fo_bookmark">&sect;6.11.2 in XSL 1.1 WD</a>
+      </td>
+      <td class="no">
+        no
+      </td>
+      <td class="yes">
+        yes
+      </td>
+      <td align="left">
+        <ul>
+          <li>[0.20.5] Uses the proprietary fox:outline extension.</li>
+        </ul>
+      </td>
+    </tr>
+    <tr>
+      <td>
+        <a name="fo-object-bookmark-title">bookmark-title</a> (since XSL 1.1)
+      </td>
+      <td class="extended">
+        Extended
+      </td>
+      <td align="center">
+        <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-title">&sect;6.11.3 in XSL 1.1 WD</a>
+      </td>
+      <td class="no">
+        no
+      </td>
+      <td class="yes">
+        yes
+      </td>
+      <td align="left">
+        <ul>
+          <li>[0.20.5] Uses the proprietary fox:outline extension.</li>
+        </ul>
       </td>
     </tr>
     <tr>

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml?rev=355950&r1=355949&r2=355950&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml Sun Dec 11 01:59:24 2005
@@ -53,7 +53,7 @@
           </note>
         </li>
         <li>
-          Extensions written for version 0.20.5 will not work with the new code!
+          Extensions and Renderers written for version 0.20.5 will not work with the new code!
         </li>
         <li>
           The PCL Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
@@ -88,13 +88,17 @@
         </li>
         <li>
           As stated above empty table cells <code>&lt;fo:table-cell&gt;&lt;/fo:table-cell&gt;</code>
-          are not allowed.
+          are not allowed by the specification.
         </li>
         <li>
-          0.20.5 is not XSL-FO compliant with respect to sizing images or <code>instream-foreign-object</code>
+          0.20.5 is not XSL-FO compliant with respect to sizing images (<code>external-graphic</code>) 
+          or <code>instream-foreign-object</code>
           objects. If images or SVGs are sized differently in your outputs with the new FOP version
           check <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37136">Bug 37136</a>
-          as it contains some hints on what to.
+          as it contains some hints on what to. The file 
+          <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/fo/basic/images.fo?view=markup">
+          <code>"examples/fo/basic/images.fo"</code></a> has
+          a number of good examples that shows the new, more correct behaviour.
         </li>
         <li>
           The <code>fox:outline</code> extension not implemented in this version anymore. 



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