Subject: RE: Transforming html <table> tags into RTF-Tables
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 23 Jan 2001 10:00:34 -0000
|
>
> I hope anyone could help me to solve my current task in a better way.
>
> What I am trying to do is to use a XSLT stylesheet in order
> to transform
> HTML-tables (inclusive colspans and rowspans) into there RTF
> equivalents.
> While I am processing clumns within the current row, I have
> to count the passed
> <TD> elements in order to find the right <TD> element to
> close the range.
>
Don't think in terms of "I'm reading the input serially, when I process X I
have to remember Y for later". Think in terms of "I need to generate a P,
how does P depend on the contents of the source document?"
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|