Benjamin Corliss writes:
> I am looking for some documentation/discussion on how to break up xsl files
> into more "bite-size" modular pieces.
>
> I have an xsl transform that generates an HTML report (many separate HTML
> pages), but it is growing like a giant chicken heart (over 250 kb). There's
> gotta be a better way.
>
There is. Just read about <xsl:import> and <xsl:include> in the
specification. Always a good place to start
Sebastian
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|