[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] Limitations of including/importing number of stylesheetsinto a stylesheets
From: pankaj.c@xxxxxxxxxxxxxxxxxx
Date: Mon, 29 Nov 2010 15:01:53 +0530

>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


Current Thread