Minor changes.
authorTony Graham
Mon, 28 Jul 2014 20:23:15 +0100
changeset 46 dc5ee4f88add
parent 45 46c7c7f8f793
child 47 b4865f38b290
Minor changes.
FOPRunXSLTExt/examples/balisage2014.xml
--- a/FOPRunXSLTExt/examples/balisage2014.xml	Mon Jul 28 20:22:59 2014 +0100
+++ b/FOPRunXSLTExt/examples/balisage2014.xml	Mon Jul 28 20:23:15 2014 +0100
@@ -1,8 +1,8 @@
 <example name="Balisage 2014">
-<header>Print and Page Layout Community Group <svg href="ppl-logo.svg" id="logo"/> XSLT Extensions</header>
+<header>Print and Page Layout <svg href="ppl-logo.svg" id="logo"/> Community Group<lb/>XSLT Extensions</header>
 
-<box id="box001" width="2220pt" height="600pt">
-<paragraph id="para001">The XSLT extension functions from the Print and Page Layout Community Group @ W3C allow you to run the XSL-FO formatter to get an area tree to do things like: adjust the start-indent of a fo:list-block based on the length of the longest fo:list-item-label; or size this text to be <font-size/> so it fits this box.</paragraph>
+<box id="box001" width="2240pt" height="620pt">
+<paragraph id="para001">The XSLT extension functions from the Print and Page Layout Community Group @ W3C allow you to run your XSL-FO formatter within your XSLT transform, and do it as often as you like, to get an area tree and make decisions based on formatted areas to do things like: adjust the start-indent of a fo:list-block based on the length of the longest fo:list-item-label; or size this text to be <font-size/> so it fits this box.</paragraph>
 </box>
 <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>The single Java jar file covers four combinations of XSLT processor and XSL-FO formatter:</paragraph>