![]() |
![]()
| ![]() |
![]()
NAMEhxtabletrans - transpose an HTML or XHTML table SYNOPSIShxtabletrans [ -c ] [ -x ] [ -v ] [ file-or-URL ] DESCRIPTIONhxtabletrans reads an HTML or XHTML file (or fragment), finds the first <table> element and outputs that element with the rows and columns transposed. I.e., rows become columns and columns become rows. Any grouping of rows with <thead>, <tbody> or <tfoot> is lost. Also, any comments outside the cells are lost. OPTIONSThe following options are supported:
BUGShxtabletrans should check for rows that have fewer cells than the longest row (taking into account the effect of the colspan and rowspan attributes) and create the omitted cells, but it currently doesn't. Tables with rows of unequal length may thus not be transposed correctly. Nested tables are not transposed.
|