[dbdoclet] dbdoclet doesn't support 'id' on table
- From: Norman Walsh <ndw@xxxxxxxxxx>
- To: Michael Fuchs <michael.fuchs@xxxxxxxxxxxxxxx>
- Date: Wed, 09 Mar 2005 15:39:32 -0500
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
--
Norman Walsh <ndw@xxxxxxxxxx> | Does it worry you that you don't talk
http://nwalsh.com/ | any kind of sense?--Agda (TRATEOTU)
-- Attached file included as plaintext by Ecartis --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQBCL18EOyltUcwYWjsRAkJ1AJ0XM2QNAEB/NK/blMfzo+qbNN7mcQCdHVaR
73fNOo+0wbJKS8qaslK5S8A=
=/hcs
-----END PGP SIGNATURE-----
- Follow-Ups:
- [dbdoclet] Re: dbdoclet doesn't support 'id' on table
- From: Michael Fuchs
Other related posts:
- » [dbdoclet] dbdoclet doesn't support 'id' on table
- » [dbdoclet] Re: dbdoclet doesn't support 'id' on table
- [dbdoclet] Re: dbdoclet doesn't support 'id' on table
- From: Michael Fuchs