|
Q. |
I hope to speed up the table formatting. Is it possible?
[No.2004092901]
|
| A. |
XSL Formatter is valuable formatting software that supports table-layout="auto". When table-layout="auto" is specified, and the width of the table and the cell is not specified, the width is calculated by XSL Formatter automatically (it depend on the content). Therefore, this is a very profitable function. However, a lot of processing time is needed for that. It will appear remarkably if it is a big size table. If the design of the table has been decided or the processing time is important, we will suggest specifying table-layout="fixed". Please see the Online Manual [Technical Notes]-[Table Auto Layout] for detail.
|