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] Re: [docbook-apps] A sequence of tables ..


Ah, then maybe this:

     <section><title>Use cases</title>
	<example><title>Use Case 1: Blah</title>
         <informaltable>...</informaltable>
      <example><title>Use Case 2: Wooga</title>
             <para>...</para>
             <para>...</para>
             <table>...</table>
         </example>
      ....
      <example><title>Use Case 5: Create Zone</title>
         <informaltable>...</informaltable>
      </example>
     </section> 

Or instead of example use section or simplesect (which currently doesn't
chunk in chunked html). 

David

> -----Original Message-----
> From: Jean Jordaan [mailto:jean.jordaan@gmail.com] 
> Sent: Friday, November 30, 2007 12:01 AM
> To: docbook@lists.oasis-open.org
> Subject: [docbook] Re: [docbook-apps] A sequence of tables ..
> 
> Hi David
> 
> > Perhaps this would do (abusing example or not depending on 
> what's in 
> > it):
> 
> It's a sequence of use cases, e.g.::
> 
>   <table><title>Use Case 5: Create Zone</title>
>     <thead>
>       <row>
>         <entry>Actor</entry><entry>Goal</entry><entry>Trigger</entry>
>       </row>
>     </thead>
>     <tbody>
>         <row>...</row>
>     </tbody>
>   </table>
> 
> So I don't think singling out one of them as an "example" is 
> exactly pretty.
> 
> -- 
> jean                                              . .. .... 
> //\\\oo///\\
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
> 
> 


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