xsl-list
[Top] [All Lists]

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

2006-03-24 06:58:19
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--