I've been beating my head against the way trying to get this to work.  I'm
doing a docbook format xml and when I select convert to pdf I keep getting a
__doc.fo:45987 fo:flow must contain block-level children. I put in ID tags
like was suggested in a previous message but to no avail.  The doc does
convert if I use the convert to PDF (no toc) option. This is the xml file
I'm using.


<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
<book>
  <title>Test book</title>

  <subtitle>test subtitle</subtitle>

  <xi:include href="prologue/bookinfo.xml"
              xmlns:xi="http://www.w3.org/2001/XInclude";
              xpointer="element(/1)" />

  <toc></toc>
</book>


Reply via email to