← Prev in month ← Prev in thread
Next in thread → Next in month →

A sequence of tables ..

From
Jean Jordaan <>
Date
2007-11-30T03:19:43+00:00
ID
Thread
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///\\
← Prev in month ← Prev in thread
Next in thread → Next in month →