[
http://jira.codehaus.org/browse/DOXIA-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Siveton closed DOXIA-360.
---------------------------------
Assignee: Vincent Siveton
Resolution: Fixed
Fix Version/s: 1.1.2
fixed in [r805591|http://svn.apache.org/viewvc?rev=805591&view=rev], snap
deployed
> 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
> Assignee: Vincent Siveton
> Fix For: 1.1.2
>
>
> 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