Hope this helps<item name='****'><select><inline command="/PATH/todo.ipl" /> </select></item>
Can you please kindly explain how the /PATH/ thing works?1.) The Perl script file is physically stored on server:Y:\default\main\development\WORKAREA\POC\perl\script\myscript.ipl2.) And in TeamSite Content Center:/perl/script/myscript.iplSo how should I refer to my Perl script in the command quote?
{inline command="/local/bin/iwperl path/of/ipl/file.ipl" /}
Is it possible to call an inline command from a replicant.I want the inline to be executed for each replicant instance.Sample code on this will be very useful
...<inline command="<iw-home>/iw-perl/bin/iwperl.exe C:/ipl/test.ipl"/>... Hope this will help youThanks Nicholas
...<inline command="<iw-home>/iw-perl/bin/iwperl.exe C:/ipl/test.ipl"/>...
<iw-home>
Yes, that is the reason, I kept it inside the angel brackets which means to put respective path.Thanks Nicholas
I understood that - but unfortunately since you were talking about an XML file in which there are many things within angle-brackets - the distinction wasn't as clear - italics and colorization tends to help in such cases ...