{
xml.append("\t<subtotal-cell ");
HtmlAttributeMap atts = cell.getHtmlAttributes();
writeAttributes(atts);
xml.append('>');
cdata( tt.formatTotal(cell, tt.getTotalForColumn(cell.getColumnNumber(), tt.asGroup(i))));
xml.append("</subtotal-cell>");
}
else
{
xml.append("\t<subtotal-cell/>");