Carmona Perez, David wrote: > I?m evaluating the XMLMind editor, for creating DocBook documentation, > but have a I can?t inserting a <sect2> element inside a <sect1> element. > It simply doesn?t appear in the list. > > The same happens with adding a <section> element inside a <chapter> element. > > > I?ve used the /DocBook | Book/ template.
My answer assumes that you are using a new "/DocBook | Book/ template", not a modular document containing read-only components. Please take the time to read the tutorial. XXE does not work like other XML editors. You simply cannot use it without reading the tutorial. (No, I'm no ashamed to have to say this. XXE targets user productivity at the long term, not immediate ease of use.) * Inside a <sect1>, select last child (for example, select last <para> by simply clicking inside the <para>) and use "Insert After" rather than command "Insert". * Inside a <sect1> which already contains <sect2> children, select last <sect2> (click on sect2 in the node path bar) and use "Insert After" to insert another <sect2> after selected one. * Same thing for <chapter> and <section>. * Now that you have learned the basics, you can use the DocBook tool bar (use button/menu '$') which will add <sect2>, <section>, etc, wherever these elements can be added.

