Re: [docbook] xhtml table

From
"[yriam Eelperier"
Date
2003-05-28T05:18:08+00:00
ID
009d01c324da$5fa9cd60$ae7ba8c0@TOURNY
Thread
Re: [docbook] xhtml table
|| I read the request as a desire to be able to use
|| XHTML tables in the source XML that (otherwise)
|| conforms to the DocBook DTD.  But I may have
|| been mistaken.

thanks for trying to answer my question.
In fact, i'have xhtml tables in my docbook file, like this :
<table xmlns:xhtml="http://www.w3.org/1999/xhtml">

<caption>

<emphasis role="underline">

<emphasis role="bold">Tableau 1</emphasis>

</emphasis>

<emphasis role="bold"> :</emphasis> Facteurs pronostiques de survie des
cancers papillaires et vésiculaires de la thyroïde</caption>

<colgroup xmlns="http://www.w3.org/1999/xhtml" span="1">

<col width="609" span="1"/>

</colgroup>

<tr xmlns="http://www.w3.org/1999/xhtml">

<td valign="top" rowspan="1" colspan="1">

<p>

<strong>CARACTERISTIQUES DU PATIENT</strong>

</p>

</td>

</tr>

<tr xmlns="http://www.w3.org/1999/xhtml">

<td valign="top" rowspan="1" colspan="1">

<ul class="UL-disc">

<li>

<p>Age avancé</p>

</li>

</ul>

</td>

</tr>

</table>

and i'd like to know how i should modify the docbook dtd in order to have a
valid docbook file