[dbdoclet] Re: dbdoclet doesn't support 'id' on table

Hello Norman,

thank you for your bug report. I will fix this as soon as possible.

Regards
Michael

Norman Walsh schrieb:

>Consider the following fragment of JavaDoc:
>
>/**
> * <p><code>XPath</code> provides access to the XPath evaluation environment 
> and expressions.</p>
> *
> * <table id="XPath-evaluation" border="1" cellpadding="2">
> *   <thead>
> *     <tr>
> *       <th colspan="2">Evaluation of XPath Expressions.</th>
> *     </tr>
> *   </thead>
> *   <tbody>
>
>When dbdoclet translates this to DocBook, it loses the ID attribute
>on the table:
>
>    <para>
>      <literal>XPath</literal> provides access to the XPath evaluation 
> environment and expressions.
>    </para>
>    <informaltable frame="all">
>      <tgroup cols="2">
>        <colspec colname="c1" colwidth="50*"/>
>        <colspec colname="c2" colwidth="50*"/>
>        <thead>
>          <row>
>            <entry align="center" nameend="c2" namest="c1" 
> valign="middle"><para><emphasis role="bold">Evaluation of XPath 
> Expressions.</emphasis></para></entry>
>          </row>
>        </thead>
>        <tbody>
>
>I note that it also introduces spurious whitespace at the beginning of
>the paragraph.
>
>                                        Be seeing you,
>                                          norm
>
>  
>


Other related posts: