Posted By:
srinivas_challagolla
Posted On:
Wednesday, December 26, 2007 04:06 PM
Hi All, I have an XSL file from which I am calling an external exectuable application (Install_prj.exe).Please see below code:- xmlns:xsl="http://www.w3.org/TR/WD-xsl"> $sdkpathbin/Install_prj.exe Install Image Convolution sample_convolution I am trying to modify the above xsl File code:- $sdkpathbin/Install_prj.exe Install But, this d
More>>
Hi All,
I have an XSL file from which I am calling an external
exectuable application (Install_prj.exe).Please see below code:-
xmlns:xsl="http://www.w3.org/TR/WD-xsl">
Image Convolution
sample_convolution
I am trying to modify the above xsl File code:-
$sdkpathbin/Install_prj.exe
Install
But, this does not work, it does not even launches the exe file because it assumes that "folder" value is a path to something that it should open. So, any Idea on how to pass arguments to the exe file from XSLT style sheet?.
Thanks,