Indeed, this looks like a bug in the docbook.rnc file:

    element sect1 {
      db.sect1.attlist,
      db.sect1.info,
      db.navigation.components,
      ((db.all.blocks+, db.sect1.sections?) | db.sect1.sections)?,
      db.navigation.components*
    }

There should be a * after db.navigation.components, as there is for sect2, etc.

Bob Stayton
Sagehill Enterprises
[email protected]

On 4/30/2014 11:41 AM, Carlos Araya wrote:
<chapterxml:id="looking.forward" xmlns="http://docbook.org/ns/docbook";
     xmlns:xlink="http://www.w3.org/1999/xlink";>
     <info>
         <title>Looking forward: What's next?</title>
     </info>
     <para/>

     <sect1>
         <title>Pushing the boundaries of EPub</title>

         <para>Content of the chapter goes here</para>
     </sect1>
</chapter>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to