A
aidy
Hello,
I have written some XML that outputs well to a stream
doc.write($stdout, 1)
=>
<testresults>
<test id='ST_MSE_3'>
<pass>PASS</pass>
</test>
</testresults>
However, I am trying to write the output to a file
doc.write(File.open("C:\test_results.xml","w"))
but no file is created.
Thanks for the help
Aidy
I have written some XML that outputs well to a stream
doc.write($stdout, 1)
=>
<testresults>
<test id='ST_MSE_3'>
<pass>PASS</pass>
</test>
</testresults>
However, I am trying to write the output to a file
doc.write(File.open("C:\test_results.xml","w"))
but no file is created.
Thanks for the help
Aidy