--- a/FOPRunXSLTExt/examples/balisage2014.xml Tue Jul 29 17:32:20 2014 +0100
+++ b/FOPRunXSLTExt/examples/balisage2014.xml Fri Aug 08 15:28:23 2014 +0100
@@ -4,7 +4,7 @@
<box id="box001" width="2240pt" height="520pt">
<paragraph id="para001">The Print and Page Layout Community Group @ W3C (<url>www.w3.org/community/ppl/</url>) is open to all aspects of page
layout theory and practice. It is free to join, and all are welcome at all levels of expertise.</paragraph>
-<paragraph>The XSLT extension functions (<url>www.w3.org/community/ppl/wiki/XSLTExtensions</url>) allow you to run your XSL-FO formatter within your XSLT transform to get an area tree, and to do it as often as you like, so the XSLT can make decisions based on formatted areas to do things like:</paragraph>
+<paragraph>The open-source XSLT extension functions (<url>www.w3.org/community/ppl/wiki/XSLTExtensions</url>) allow you to run your XSL-FO formatter within your XSLT transform to get an area tree, and to do it as often as you like, so the XSLT can make decisions based on formatted areas to do things like:</paragraph>
<list id="list009">
<item label="–">Adjust the start-indent of a <code>fo:list-block</code> based on the length of the longest <code>fo:list-item-label</code> in the list; or</item>
<item label="—">Size this text to be <font-size/> so it fits this box.</item>
@@ -12,13 +12,13 @@
</box>
<box id="box002" width="2240pt" height="690pt" columns="2" border="none">
<title>XSLT and XSL-FO Processors</title>
-<paragraph id="para002">The extension is available for Java and DotNet and uses either the Apache FOP XSL formatter or Antenna House AHF formatter to produce the area trees.</paragraph>
+<paragraph id="para002">The open-source extension is available for Java and DotNet and uses either the Apache FOP XSL formatter or Antenna House AHF formatter to produce the area trees.</paragraph>
<paragraph>A single Java jar file covers four combinations of XSLT processor and XSL-FO formatter:</paragraph>
<list id="list001">
- <item label="*">Saxon 9.5 and FOP</item>
- <item label="†">Saxon 9.5 and Antenna House</item>
- <item label="‡">Xalan and FOP</item>
- <item label="§">Xalan and Antenna House</item>
+ <item label="–">Saxon 9.5 and FOP</item>
+ <item label="–">Saxon 9.5 and Antenna House</item>
+ <item label="–">Xalan and FOP</item>
+ <item label="–">Xalan and Antenna House</item>
</list>
<paragraph>The DotNet version supports:</paragraph>