xsl-list
[Top] [All Lists]

Re: [xsl] Limitations of including/importing number of stylesheetsinto a stylesheets

2010-11-29 03:31:58

The only case I've seen where this caused serious performance trouble 
was when one module was imported (not included) into many others, all at 
different import precedence.

Well that I've take care of. So seems to be lucky.

Generally, try to organize your code so each module is included/imported 
only once (the effect is global).

Luckily, that's the exact way I've done it.

I am using xsltproc [XSLT 1.0] and yet I've not encountered any 
performance issues though was ambiguous.

Thanks for explanation Michael.

Best,
Pankaj



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--