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: Re: [docbook-apps] Problems with sect1 when using 5.1CR2


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
bobs@sagehill.net

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>


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