Re: [xsl] msxml and removing parameters from a cached processor

Subject: Re: [xsl] msxml and removing parameters from a cached processor
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Fri, 24 Mar 2006 16:05:02 +0200
Joe Fawcett wrote:


How would that work?

Would you have to store the defaults (in a hashtable for example) when the setParameter was called?


Exactly, the "algorithm" would be to store the existing value if each param when setParameter gets called on it *for the first time* and store it in an associative array. clearParameters would just loop through the array and call setParameter for each entry, restoring it.

hth,

Manos

Current Thread