[Zopexmlmethods-devel] Privatizing XSLTProcessor.addParam
Brought to you by:
arielpartners,
philikon
From: Brent H. <br...@ec...> - 2003-04-15 23:49:17
|
How would you guys feel about moving the calls to addParam() inside transformGuts() so that what gets passed to the XSL Processor is just a dictionary of parameters? Then each processor can do whatever manipulations are necessary to get the parameters into a digestible format. There doesn't seem to me to be a need to expose that implementation detail to XSLTMethod (or the rest of the world). --Brent |