RE: [xsl] Normalize / Simplify HTML-Tables with row-span / col-span

Subject: RE: [xsl] Normalize / Simplify HTML-Tables with row-span / col-span
From: David Tolpin <dvd@xxxxxxxxxxxxxx>
Date: Tue, 17 Feb 2004 23:41:02 +0400 (AMT)
> Incidentally, final result trees and RTFs are quite different. Final
> result trees never actually exist in memory, nodes are serialized as
> they are constructed.

And this actually imposes a problem; when RTFs and node sets are built
upon the same structure, it is often difficult to make adding nodes
to RTF as fast as serializing them. The result is that wrapping the
root template into a variable makes the stylesheet run several times
slower.

David Tolpin

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread