May 29, 200520 yr Is it possible to pass a -script parameter directly from an XSLT query? In other words, when using the '-script' in a query, is it possible to include a parameter which can then be used in the script by invoking the 'Get( ScriptParameter )' function? Thanks for the help, Adrien
May 29, 200520 yr No, there isn't a possibility. That's one of the main drawbacks of -script that existed also in the CDML times. It's besides other reasons the reason why I never use -script in my solutions. -script is only coupled loosely to the WPE by either the found set it can act on or on the result set that exists when one uses -script.prefind .
May 31, 200520 yr Thanks Beverly for pointing that out, I forgot to say it. A lot of things can be made the XML/XSLT way.
Create an account or sign in to comment