I am testing an simple implementation of XSLT transformation of XML to HTML using Instance Saxon. I am making a os-command call to saxon to do the transformation and need to capture the output and write it a webstream from webspeed. I am not familiar with how to capture the output of the os-command and write it to a webstream. I would appreciate a simple example for getting this done. My current os-command is as follows
define variable vccommand as character.
vccommand = "d:/saxon/saxon xmlfile.xml xslfile.xsl".
os-command no-wait no-console value(vccommand).
I have Webspeed 9.1C running on windows 2003.
define variable vccommand as character.
vccommand = "d:/saxon/saxon xmlfile.xml xslfile.xsl".
os-command no-wait no-console value(vccommand).
I have Webspeed 9.1C running on windows 2003.