Chris Greene wrote:

Folks,

I'm hoping that someone has already solved this problem...

--- I have an input XML file that has a <Body> tag which contains an HTML <Table> as its content.
--- If I save the HTML content to a file and open it in a browser, the browser very nicely formats the table with, I suspect, some heuristically computed column widths.
--- Since FO requires that you explicitly specify the column-width of each column in a table I suppose that my XSL file needs to do something like a browser does to compute the column-widths.

This is not true, the property table-layout="auto" will compute column widths automatically. Note, however, that not all FO Formatters implement automatic table layouts.


<snip/>

Chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to