Re: Execute XSLT stubborn cache.

2003-02-20 Thread Gerald Richter
> 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,

Execute XSLT stubborn cache.

2003-02-20 Thread Jarrod Stenberg
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 be