Re: [docbook] DB Website equivalents?

From
maria jones <>
Date
2004-08-27T12:40:20+00:00
ID
Thread
Re: [docbook] DB Website equivalents?
On Friday 27 August 2004 02:59, Tobias Reif wrote:
> On Fri 2004-08-27 maria jones wrote:
> Headings are titles, I'd use element "title".
>
> Tobi

Ok - how about the following:

<H1> Header 1</H1>
<H2>Header 2</H2>
..content..
<H2>Header 2</H2>
..content..

the H1 and first H2 element, if converted to XML would look like two title 
elements directly together. Not valid.

Does nested 'section' elements satisfy the validation problem here.

Thanks.