On 22-Mar-2001 Jose Abilio Oliveira Matos wrote:
> Hi,
> I have one question related with docbook. If a table is inside a
> table float, the output code is different. The difference is a simple
> wrapper <informaltable>....</informaltable>.
>
> Is it possible for the table to know that the table float is one of
> its ancestors? I only need to know if there is one table float, I don't need
> to know which.
>
> This is related with the NEW_INSETS code...
Yes you can now know if the tabular is owned by another inset (inset_owner)
and ask for the type of that owner!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Testing can show the presense of bugs, but not their absence.
-- Dijkstra