Unable to specify table cell/row alignment
------------------------------------------
Key: DOXIA-360
URL: http://jira.codehaus.org/browse/DOXIA-360
Project: Maven Doxia
Issue Type: Bug
Components: Core, Module - Xdoc, Module - Xhtml
Affects Versions: 1.1.1
Reporter: Vincent Siveton
Using this use case:
{noformat}
sink.table();
sink.tableRows( new int[] { Sink.JUSTIFY_LEFT, Sink.JUSTIFY_LEFT },
false );
sink.tableRow();
sink.tableHeaderCell( SinkEventAttributeSet.CENTER );
sink.text( name );
sink.tableHeaderCell_();
sink.tableHeaderCell( SinkEventAttributeSet.CENTER );
sink.text( description );
sink.tableHeaderCell_();
sink.tableRow_();
sink.tableRow();
sink.tableCell();
sink.text( foo );
sink.tableCell_();
sink.tableCell();
sink.text( bar );
sink.tableCell_();
sink.tableRow_();
sink.tableRows_();
sink.table_();
{noformat}
the xml sinks doesnt handle the attributes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira