This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Transforming html <table> tags into RTF-Tables


>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]