Re: [xsl] Optimization Question

Subject: Re: [xsl] Optimization Question
From: Eliot Kimber <ekimber@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 Jan 2005 20:22:34 -0600
Michael Nguyen wrote:
All,

What I want to try to do is store this stylesheet
with the lookup xml in memory to reduce the number of times the gorups.xml file is loaded.

I'm assuming that the document to do the lookups in varies from run to run. If it does, one easy approach would be to pre-process the style sheet to pull the lookup document in line, then process it there.


If the lookup document is invariant, just statically include it in the style sheet.

Cheers,

Eliot

--
W. Eliot Kimber
Professional Services
Innodata Isogen
9390 Research Blvd, #410
Austin, TX 78759
(512) 372-8122

ekimber@xxxxxxxxxxxxxxxxxxx
www.innodata-isogen.com

Current Thread