Re: [docbook-apps] DocBook assembly generation: missing top-level titles

From
Robert Fekete <>
Date
2013-06-07T11:35:00+00:00
ID
Thread
Re: [docbook-apps] DocBook assembly generation: missing top-level titles
Hi,

have you tried putting the title outside the <info> tag?
Like:
<structure xml:id="guide">
 		<output renderas="article"/>
		<title>My Article Title</title>
 		<module renderas="section">

I use it that way with the same toolchain and it works for me.

Robert

On 06/07/2013 10:41 AM,  wrote: