Given:

for (1 .. 2) {
$fdat{'arg'} = $_;
Execute ({inputfile => 'getCalendar.htm', recipe =>
'EmbperlLibXSLT', xsltstylesheet =>
'xsl/small_cal.xsl'});
}

The versions: Embperl 2.0b8, perl 5.6.1, apache
1.3.27, mod_perl 1.27. It seems to me that after the
first XSLT Execute, Executes are cached because they
are deemed to be identical to the last Execute.  Is
there a way to make it so that this is not cached (in
a non-global way)?  I want it to cache elsewhere, but
not here.
-Jarrod

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to