OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [docbook-apps] [Error] null when creating pdf with fop


I'm following the DocBook XSL Definitive Guide. I'm trying a simple input xml file. I cannot create the pdf to save my life. I would appreciate any suggestions.

Here's the debug output from my fop command. I've also included the xml and fo input.

[DEBUG] Input mode: 
[DEBUG] FO 
[DEBUG] fo input file: \rlw\myfile_noXinclude.fo
[DEBUG] Output mode: 
[DEBUG] pdf
[DEBUG] output file: \rlw\myfile_noXinclude.pdf
[DEBUG] OPTIONS
[DEBUG] no user configuration file is used [default]
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] base directory: file:/C:/rlw/
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[INFO] [2]
[INFO] [3]
[DEBUG] Last page-sequence produced 3 pages.
[INFO] [4]
[DEBUG] Last page-sequence produced 1 pages.
[ERROR] null

org.apache.fop.apps.FOPException
        at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111)
        at org.apache.fop.apps.Fop.main(Fop.java:62)

---------

java.lang.NullPointerException
        at org.apache.fop.fo.PropertyManager.getTextDecoration(PropertyManager.java:365)
        at org.apache.fop.fo.FObjMixed.<init>(FObjMixed.java:72)
        at org.apache.fop.fo.flow.Block.<init>(Block.java:115)
        at org.apache.fop.fo.flow.Block$Maker.make(Block.java:79)
        at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:352)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.fop.apps.Driver.render(Driver.java:498)
        at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:106)
        at org.apache.fop.apps.Fop.main(Fop.java:62)

---------

java.lang.NullPointerException
        at org.apache.fop.fo.PropertyManager.getTextDecoration(PropertyManager.java:365)
        at org.apache.fop.fo.FObjMixed.<init>(FObjMixed.java:72)
        at org.apache.fop.fo.flow.Block.<init>(Block.java:115)
        at org.apache.fop.fo.flow.Block$Maker.make(Block.java:79)
        at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:352)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.fop.apps.Driver.render(Driver.java:498)
        at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:106)
        at org.apache.fop.apps.Fop.main(Fop.java:62)


/*************************************************/
xml input (myfile.xml):
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
<book>
<title>User Guide</title>
<para>This guide shows you how to use the software.</para>
  <chapter>
    <title>pre-foo</title>
    <para>pre-bar</para>
  </chapter>
<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="myfile_chapter.xml"/-->
<!--xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="myfile_chapter.xml"/-->
  <chapter>
    <title>post-foo</title>
    <para>post-bar</para>
  </chapter>
</book>
/************************************************/
fo input (myfile_noXinclude.fo):
<?xml version="1.0" encoding="utf-8"?><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";  font-family="serif,Symbol,ZapfDingbats" font-size="10pt" text-align="justify" line-height="normal"  font-selection-strategy="character-by-character" line-height-shift-adjustment="disregard-shifts"  language="en"><fo:layout-master-set><fo:simple-page-master master-name="blank" page-width="8.5in" page-height="11in"  margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  display-align="center" margin-bottom="0.5in" margin-top="0.5in"/><fo:region-before region-name="xsl-region-before-blank"  extent="0.4in" display-align="before"/><fo:region-after region-name="xsl-region-after-blank" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="titlepage-first" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-first" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-first" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="titlepage-odd" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in"  margin-left="1in - 0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="titlepage-even" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-even" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-even" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="lot-first" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in -  0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="lot-odd" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="lot-even" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in -  0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="front-first" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-first" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-first" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="front-odd" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in -  0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="front-even" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-even" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-even" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="body-first" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in  - 0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="body-odd" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="body-even" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in -  0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="back-first" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-first" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-first" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="back-odd" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in -  0pt" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="1"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="back-even" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/><fo:region-before  region-name="xsl-region-before-even" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-even" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="index-first" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in"  margin-left="1in" margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="2"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="index-odd" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/><fo:region-before  region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/><fo:region-after  region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/></fo:simple-page-master><fo:simple-page-master  master-name="index-even" page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in"  margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt"  column-count="2"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="blank-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" background-image="http://docbook.sourceforge.net/release/images/draft.png";  background-attachment="fixed" background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-blank"  extent="0.4in" display-align="before"/><fo:region-after region-name="xsl-region-after-blank" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="titlepage-first-draft"  page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt"  margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="titlepage-odd-draft"  page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt"  margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="titlepage-even-draft"  page-width="8.5in" page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt"  margin-right="1in"><fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="lot-first-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="lot-odd-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="lot-even-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="front-first-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="front-odd-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="front-even-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="body-first-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="body-odd-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="body-even-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="back-first-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="back-odd-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="back-even-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - 0pt" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="index-first-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-first" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-first" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="index-odd-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-odd" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-odd" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:simple-page-master master-name="index-even-draft" page-width="8.5in"  page-height="11in" margin-top="0.5in" margin-bottom="0.5in" margin-right="1in" margin-left="1in"><fo:region-body  margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"  background-image="http://docbook.sourceforge.net/release/images/draft.png"; background-attachment="fixed"  background-repeat="no-repeat"/><fo:region-before region-name="xsl-region-before-even" extent="0.4in"  display-align="before"/><fo:region-after region-name="xsl-region-after-even" extent="0.4in"  display-align="after"/></fo:simple-page-master><fo:page-sequence-master  master-name="titlepage"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="titlepage-first" page-position="first"/><fo:conditional-page-master-reference  master-reference="titlepage-odd" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="titlepage-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-ma ster master-name="lot"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank" blank-or-not-blank="blank"/><fo:conditional-page-master-reference master-reference="lot-first"  page-position="first"/><fo:conditional-page-master-reference master-reference="lot-odd"  odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="lot-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master  master-name="front"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank" blank-or-not-blank="blank"/><fo:conditional-page-master-reference master-reference="front-first"  page-position="first"/><fo:conditional-page-master-reference master-reference="front-odd"  odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="front-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master  master-name="body"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference master-reference="blank"  blank-or-not-blank="blank"/><fo:conditional-page-master-reference master-reference="body-first"  page-position="first"/><fo:conditional-page-master-reference master-reference="body-odd"  odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="body-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master  master-name="back"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference master-reference="blank"  blank-or-not-blank="blank"/><fo:conditional-page-master-reference master-reference="back-first"  page-position="first"/><fo:conditional-page-master-reference master-reference="back-odd"  odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="back-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master  master-name="index"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank" blank-or-not-blank="blank"/><fo:conditional-page-master-reference master-reference="index-first"  page-position="first"/><fo:conditional-page-master-reference master-reference="index-odd"  odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="index-odd"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master  master-name="titlepage-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="titlepage-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="titlepage-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="titlepage-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-seque nce-master master-name="lot-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="lot-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="lot-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="lot-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-ma ster master-name="front-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="front-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="front-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="front-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence- master master-name="body-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="body-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="body-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="body-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-m aster master-name="back-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="back-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="back-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="back-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-m aster master-name="index-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference  master-reference="blank-draft" blank-or-not-blank="blank"/><fo:conditional-page-master-reference  master-reference="index-first-draft" page-position="first"/><fo:conditional-page-master-reference  master-reference="index-odd-draft" odd-or-even="odd"/><fo:conditional-page-master-reference odd-or-even="even"  master-reference="index-odd-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master></fo:layout-master -set><fox:outline xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e1"><fox:label>User  Guide</fox:label></fox:outline><fox:outline xmlns:fox="http://xml.apache.org/fop/extensions";  internal-destination="toc...d0e1"><fox:label>Table of Contents</fox:label></fox:outline><fox:outline  xmlns:fox="http://xml.apache.org/fop/extensions";  internal-destination="d0e6"><fox:label>Chapter 1. pre-foo</fox:label></fox:outline><fox:outline  xmlns:fox="http://xml.apache.org/fop/extensions";  internal-destination="d0e13"><fox:label>Chapter 2. post-foo</fox:label></fox:outline><fo:page-sequence  xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="titlepage" language="en"  format="1" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-"  hyphenation-push-character-count="2" hyphenation-remain-character-count="2"><fo:static-content  flow-name="xsl-region-before-first"><fo:block font-family="serif,Symbol,ZapfDingbats"  margin-left="0pt"/></fo:static-content><fo:static-content flow-name="xsl-region-before-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-footnote-separator"><fo:block><fo:leader color="black"  leader-pattern="rule" leader-length="1in"/></fo:block></fo:static-content><fo:static-content  flow-name="xsl-region-after-first"><fo:block font-family="serif,Symbol,ZapfDingbats"  margin-left="0pt"/></fo:static-content><fo:static-content flow-name="xsl-region-after-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:flow flow-name="xsl-region-body"><fo:block id="d0e1"><fo:block><fo:block><fo:block  font-family="sans-serif,Symbol,ZapfDingbats" font-weight="bold" font-size="24.8832pt" text-align="center"  space-before="18.6624pt"><fo:block keep-with-next.within-column="always" hyphenate="false">User  Guide</fo:block></fo:block></fo:block><fo:block><fo:block break-after="page"/><fo:block font-size="14.4pt"  font-weight="bold" font-family="sans-serif,Symbol,ZapfDingbats"><fo:block>User  Guide</fo:block></fo:block></fo:block><fo:block  break-after="page"/></fo:block></fo:block></fo:flow></fo:page-sequence><fo:page-sequence  xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="lot" language="en"  format="i" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-"  hyphenation-push-character-count="2" hyphenation-remain-character-count="2"><fo:static-content  flow-name="xsl-region-before-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid"  border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>User Guide</fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>User Guide</fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-footnote-separator"><fo:block><fo:leader color="black"  leader-pattern="rule" leader-length="1in"/></fo:block></fo:static-content><fo:static-content  flow-name="xsl-region-after-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid"  border-top-color="black"><fo:table-column column-number="1" column-width="proportional-column-width(1)"/><fo:table-column  column-number="2" column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:flow flow-name="xsl-region-body"><fo:block space-before.minimum="0.5em"  space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em"  space-after.maximum="2em" id="toc...d0e1"><fo:block><fo:block><fo:block space-before.minimum="1em"  space-before.optimum="1.5em" space-before.maximum="2em" space-after="0.5em" margin-left="0pt" font-size="17.28pt"  font-weight="bold" font-family="sans-serif,Symbol,ZapfDingbats">Table of  Contents</fo:block></fo:block></fo:block><fo:block text-align-last="justify" text-align="start" end-indent="24pt"  last-line-end-indent="-24pt"><fo:inline keep-with-next.within-line="always"><fo:basic-link internal-destination="d0e6">1.  pre-foo</fo:basic-link></fo:inline><fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots"  leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/> <fo:basic-link  internal-destination="d0e6"><fo:page-number-citation ref-id="d0e6"/></fo:basic-link></fo:inline></fo:block><fo:block  text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt"><fo:inline  keep-with-next.within-line="always"><fo:basic-link internal-destination="d0e13">2.  post-foo</fo:basic-link></fo:inline><fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots"  leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/> <fo:basic-link  internal-destination="d0e13"><fo:page-number-citation  ref-id="d0e13"/></fo:basic-link></fo:inline></fo:block></fo:block></fo:flow></fo:page-sequence><fo:block  space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This guide shows you how to use the  software.</fo:block><fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true"  master-reference="body" language="en" format="1" initial-page-number="1" force-page-count="no-force"  hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2"><fo:static-content  flow-name="xsl-region-before-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid"  border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>pre-foo</fo:block></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>pre-foo</fo:block></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-footnote-separator"><fo:block><fo:leader color="black"  leader-pattern="rule" leader-length="1in"/></fo:block></fo:static-content><fo:static-content  flow-name="xsl-region-after-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid"  border-top-color="black"><fo:table-column column-number="1" column-width="proportional-column-width(1)"/><fo:table-column  column-number="2" column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:flow flow-name="xsl-region-body" start-indent="4pc" end-indent="0pt"><fo:block  id="d0e6"><fo:block font-family="sans-serif,Symbol,ZapfDingbats"><fo:block margin-left="0pt"><fo:block  font-size="24.8832pt" font-weight="bold"><fo:block keep-with-next.within-column="always" space-before.optimum="10pt"  space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" start-indent="0pt"  hyphenation-character="-" hyphenation-push-character-count="2"  hyphenation-remain-character-count="2">Chapter 1. pre-foo</fo:block></fo:block></fo:block></fo:block></fo:block><fo:blo ck space-before.optimum="1em" space-before.minimum="0.8em"  space-before.maximum="1.2em">pre-bar</fo:block></fo:flow></fo:page-sequence><fo:page-sequence  xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="body" language="en"  format="1" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-"  hyphenation-push-character-count="2" hyphenation-remain-character-count="2"><fo:static-content  flow-name="xsl-region-before-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid"  border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>post-foo</fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block>post-foo</fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-region-before-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="right"  display-align="before"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:blo ck></fo:static-content><fo:static-content flow-name="xsl-footnote-separator"><fo:block><fo:leader color="black"  leader-pattern="rule" leader-length="1in"/></fo:block></fo:static-content><fo:static-content  flow-name="xsl-region-after-first"><fo:block font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table  table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid"  border-top-color="black"><fo:table-column column-number="1" column-width="proportional-column-width(1)"/><fo:table-column  column-number="2" column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-odd"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-even"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:static-content flow-name="xsl-region-after-blank"><fo:block  font-family="serif,Symbol,ZapfDingbats" margin-left="0pt"><fo:table table-layout="fixed" width="100%"  border-top-width="0.5pt" border-top-style="solid" border-top-color="black"><fo:table-column column-number="1"  column-width="proportional-column-width(1)"/><fo:table-column column-number="2"  column-width="proportional-column-width(1)"/><fo:table-column column-number="3"  column-width="proportional-column-width(1)"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell text-align="left"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell text-align="center"  display-align="after"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell  text-align="right"  display-align="after"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:bloc k></fo:static-content><fo:flow flow-name="xsl-region-body" start-indent="4pc" end-indent="0pt"><fo:block  id="d0e13"><fo:block font-family="sans-serif,Symbol,ZapfDingbats"><fo:block margin-left="0pt"><fo:block  font-size="24.8832pt" font-weight="bold"><fo:block keep-with-next.within-column="always" space-before.optimum="10pt"  space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" start-indent="0pt"  hyphenation-character="-" hyphenation-push-character-count="2"  hyphenation-remain-character-count="2">Chapter 2. post-foo</fo:block></fo:block></fo:block></fo:block></fo:block><fo:bl ock space-before.optimum="1em" space-before.minimum="0.8em"  space-before.maximum="1.2em">post-bar</fo:block></fo:flow></fo:page-sequence></fo:root>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]