From c28dd01b0cf3b8fdeeb01ec343fc1d41fe9fef26 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Sun, 11 Dec 2005 09:59:24 +0000 Subject: [PATCH] XSL 1.1 Bookmarks added to the compliance page. Some more details on the upgrading page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355950 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/compliance.ihtml | 74 +++++++++++++++++++ .../content/xdocs/trunk/upgrading.xml | 12 ++- 2 files changed, 82 insertions(+), 4 deletions(-) diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index 8eab058e3..045082c45 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -58,6 +58,9 @@
  • Link and Multi Formatting Objects: basic-link, multi-switch, multi-case, multi-toggle, multi-properties, multi-property-set
  • +
  • + Formatting Objects for Bookmarks: bookmark-tree, bookmark, bookmark-title +
  • Out-of-line Formatting Objects: float, footnote, footnote-body
  • @@ -1241,6 +1244,77 @@   + + + Formatting Objects for Bookmarks (§6.11 in XSL 1.1 WD) + + + + + bookmark-tree (since XSL 1.1) + + + Extended + + + §6.11.1 in XSL 1.1 WD + + + no + + + yes + + + + + + + + bookmark (since XSL 1.1) + + + Extended + + + §6.11.2 in XSL 1.1 WD + + + no + + + yes + + + + + + + + bookmark-title (since XSL 1.1) + + + Extended + + + §6.11.3 in XSL 1.1 WD + + + no + + + yes + + + + + Out-of-line Formatting Objects (§6.10) diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml index a41b82ba2..5b3496943 100644 --- a/src/documentation/content/xdocs/trunk/upgrading.xml +++ b/src/documentation/content/xdocs/trunk/upgrading.xml @@ -53,7 +53,7 @@
  • - 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!
  • The PCL Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional @@ -88,13 +88,17 @@
  • As stated above empty table cells <fo:table-cell></fo:table-cell> - are not allowed. + are not allowed by the specification.
  • - 0.20.5 is not XSL-FO compliant with respect to sizing images or instream-foreign-object + 0.20.5 is not XSL-FO compliant with respect to sizing images (external-graphic) + or instream-foreign-object objects. If images or SVGs are sized differently in your outputs with the new FOP version check Bug 37136 - as it contains some hints on what to. + as it contains some hints on what to. The file + + "examples/fo/basic/images.fo" has + a number of good examples that shows the new, more correct behaviour.
  • The fox:outline extension not implemented in this version anymore. -- 2.39.5