Hi,
I'm using the following simple table with xdoc and the maven site plugin:
<table>
<thead>
<tr>
<th>Tag Name</th><th>Support Status</th><th>Notes</th>
</tr>
</thead>
<tbody>
<tr> <td colspan="3"> Core Module</td></tr>
<tr>
<td>scxml</td>
<td class="good"> </td>
<td> </td>
</tr>
</tbody>
</table>
The problem is that the resulting HTML code is missing both the class
and colspan attributes on the td elements.
I've also tried changing the class="good" for style="background:green;",
and the result is the same.
According to the xdoc schema, class, colspan and style are all legal
attributes for the td element:
http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xdoc/xsddoc/http___maven.apache.org_XDOC_2.0/element/td.html
Furthermore, the Doxia FAQ seems to imply that the style attribute is
supported in xdoc:
http://maven.apache.org/doxia/faq.html#How_to_handle_style_in_the_APT_markup_language
So, I'm a bit confused as to what is going on here. Is this a bug? Is
there any way I can make these attributes appear in the resulting HTML code?
I'd greatly appreciate any guidance anyone can offer. Thanks,
Jake
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]