[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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///\\
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]