[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] xsl:import performance problems
Subject: Re: [xsl] xsl:import performance problems
From: Ronan Klyne <ronan.klyne@xxxxxxxxxxx>
Date: Wed, 30 Jan 2008 11:19:55 +0000
|
Michael Kay wrote:
If two modules A and B each import a module C, then it's the same as if they
imported two modules C1 and C2 that happen to have identical content. You're
going to end up with a lot of components (templates, variables etc) existing
more than once with different import precedences. Doesn't sound like a good
idea.
Thanks Michael, I shall avoid this approach.
To satisfy my curiosity, is there a reason why a processor would not
speed up this case by using the stylesheet already loaded?
# r
--
Ronan Klyne
Business Collaborator Developer
Tel: +44 01189 028518
ronan.klyne@xxxxxxxxxxx
www.groupbc.com
|