OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]