xsl-list
[Top] [All Lists]

Re: [xsl] How to cope with the complexity of an XSLT program with thousands of template rules?

2022-06-02 12:53:11

For 3, the right way is the same simple-small-thematic stages, but done
with transform() calls so you have independent stylesheets for each step
and stop having to worry about mode leakage.  It is way too easy to
re-use a mode name over the course of a long project, and if it's all
one stylesheet this can result in an absolutely satanic debugging
experience.



Give packages a try as an alternative. Packages give you all the isolation you 
get with fn:transform, but with strongly-typed and published interfaces between 
the packages.

Michael Kay
Saxonica
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--


<Prev in Thread] Current Thread [Next in Thread>