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

Subject: Re: [xsl] msxml and removing parameters from a cached processor
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Fri, 24 Mar 2006 15:24:48 -0000
I was thinking you could add a private field to the XSLTProcessor object for IE that just holds the names in an array. Every time the transform gets called any new params are added to the list. Upon a call to clearParameters on a proc object just loop through the array and set the value to an empty string.

best,
-Rob


But that wouldn't restore to the initial value, it would just empty them.

--

Joe

Current Thread