From: Jeremias Maerki
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
- XSL-FO specification in chapter 1.1.2.
+ XSL-FO specification in chapter 1.1.2.
The IF can be generated through the area tree XML Renderer (the XMLRenderer).
diff --git a/src/documentation/content/xdocs/0.93/upgrading.xml b/src/documentation/content/xdocs/0.93/upgrading.xml
index b8aa58200..46c9cff3b 100644
--- a/src/documentation/content/xdocs/0.93/upgrading.xml
+++ b/src/documentation/content/xdocs/0.93/upgrading.xml
@@ -70,7 +70,7 @@
While FOP 0.20.5 allowed you to have empty
Sometimes it is desirable to retain linebreaks and hard spaces, and to get preformatted text to pass through without being changed.
-The XSL-FO specification provides some properties for this: white-space-collapse and linefeed-treatment.
+The XSL-FO specification provides some properties for this: white-space-collapse and linefeed-treatment.
In FOP, use white-space-collapse="false" on an enclosing block.
fo:table-cell
elements, the new code
will complain about that (unless relaxed validation is enabled) because the specification
demands at least one block-level element ((%block;)+
, see
- XSL-FO 1.0, 6.7.10)
+ XSL-FO 1.0, 6.7.10)
inside an fo:table-cell
element.
diff --git a/src/documentation/content/xdocs/fo.xml b/src/documentation/content/xdocs/fo.xml
index f61629ec8..4e130b283 100644
--- a/src/documentation/content/xdocs/fo.xml
+++ b/src/documentation/content/xdocs/fo.xml
@@ -351,7 +351,7 @@ Omit your normal headers and footers, and use (for example) an extended header t
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 - XSL-FO specification in chapter 1.1.2. + XSL-FO specification in chapter 1.1.2. The IF can be generated through the area tree XML Renderer (the XMLRenderer).
diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml
index b8aa58200..46c9cff3b 100644
--- a/src/documentation/content/xdocs/trunk/upgrading.xml
+++ b/src/documentation/content/xdocs/trunk/upgrading.xml
@@ -70,7 +70,7 @@
While FOP 0.20.5 allowed you to have empty fo:table-cell
elements, the new code
will complain about that (unless relaxed validation is enabled) because the specification
demands at least one block-level element ((%block;)+
, see
- XSL-FO 1.0, 6.7.10)
+ XSL-FO 1.0, 6.7.10)
inside an fo:table-cell
element.