OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] Too Strict Content Model for abstract?


Hi Thomas

On 03/02/15 12:55, Thomas Schraitle wrote:

> Let's assume, you have written a nice tutorial or howto and have the
> following summary in mind:
>
>     In this chapter we learn:
>     * how to download the xyz tool
>     * how to configure and compile xyz
>     * how to install xyz on your computer

<itemizedlist> is allowed in <para>. So you could have:

   <info>
     <abstract>
       <para>In this chapter we learn:
         <itemizedlist>
           <listitem>
              <para>how to download the xyz tool</para>
           </listitem>
           <listitem>
              <para>how to configure and compile xyz</para>
           </listitem>
           <listitem>
              <para>how to install xyz on your computer</para>
           </listitem>
         </itemizedlist>
       </para>
     </abstract>
   </info>

The DocBook documentation warns,

> Some processing systems may find the presence of block elements in a paragraph difficult to handle.

Regards,

Simon Dew

Technical Author | Stanley Security Solutions
1 Park Gate Close, Bredbury, Stockport SK6 2SZ, U.K.

Simon.Dew@SBDInc.com | +44 (0) 161 406 3400
www.stanleysecuritysolutions.co.uk

Registered Office: Stanley House, Bramble Road, Swindon
Registered in England and Wales No. 181585 VAT No. 232 2446 95


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