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:45:25 -0000
Sorry Robert, your quite right, I must have missed that one.

--

Joe

----- Original Message ----- From: "Robert Koberg" <rob@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, March 24, 2006 3:34 PM
Subject: Re: [xsl] msxml and removing parameters from a cached processor



Joe Fawcett wrote:
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.


It will remove it so the transform will use the XSL param's default (xsl:param/@select) value. I had reported incorrectly that it would just send an empty string and override the default (maybe my follow up correction post did not make it to the list?).


best,
-Rob

Current Thread