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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to