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-apps] A sequence of tables ..


Moving this to the docbook list. Perhaps this would do (abusing example
or not depending on what's in it):

     <section><title>...</title>
         <table>...</table>
         <table>...</table>
         <example><title></title>
             <para>...</para>
             <para>...</para>
             <table>...</table>
         </example>
         <table>...</table>
         <table>...</table>
         <table>...</table>
     </section>

David

> -----Original Message-----
> From: Jean Jordaan [mailto:jean.jordaan@gmail.com] 
> Sent: Thursday, November 29, 2007 9:20 PM
> To: Docbook Apps
> Subject: [docbook-apps] A sequence of tables ..
> 
> Hi there
> 
> I have a document that looks like this (invalid)::
> 
>     <section><title>...</title>
>         <table>...</table>
>         <table>...</table>
>         <section><title></title>
>             <para>...</para>
>             <para>...</para>
>             <table>...</table>
>         </section>
>         <table>...</table>
>         <table>...</table>
>         <table>...</table>
>     </section>
> 
> That is, most of the tables are standalone, but one has a 
> couple of paragraphs and lists associated with it. The 
> problem is that that structure is invalid (can't have tables 
> coming after the section). To make it valid, I have to wrap 
> all the tables in otherwise useless section elements, which I 
> find icky. Is there a better way?
> 
> -- 
> jean                                              . .. .... 
> //\\\oo///\\
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 


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