Re: [xsl] including template files in single file

Subject: Re: [xsl] including template files in single file
From: xptm <xptm@xxxxxxx>
Date: Mon, 19 Jul 2004 15:54:19 +0100
I'm not one of the list experties, but that is the way i make things, it seems logical to me. I didn4t notice any performance problems, but my XML/XSLT are not very big. Include or import are similar, except for the priority it gives to the templates, i think.

tpass001 wrote:

Hi,

I have many stylesheets in the system. and they all use the same menu =
bars, toolbars, common functionality basically.. So what I do in each =
major stylesheet is that I include the common operations stylesheets, =
such as menu or toolbar. In doing this I minimize the change problems =
when I make change to the menu say..

Is this a fairly common practice and what effect is on performance, bcoz =
the compiler will load multiple files from the filesystem while =
generating output.

Also, in my case is "include" or "import" recommended.

Please let me know.

Thanks.

Current Thread