07-05-2008 10:58 AM
How can I create a html file from a xml report file (with style sheet) programmatically?
What code model (dll or activeX method) can I call?
I'm not asking about setting the report style to html in report options.
Customer require
We have this all working through sequence file call backs without modifying the “out of the box” process model. Though I did try very hard to convince my customer to allow me to create a special process model.
We have been writing both the encrypted and non-encrypted .xml report file. The encrypted file to send back and the non-encrypted to be able to be viewed locally on the test line to help debug failures.
Customer would like to create a viewable html file from the xml to leave for viewing locally and ftp the encrypted xml file and not leave a copy of the non-encrypted xml file locally.
So how can I create a html file from a xml with style sheet programmatically?
TestStand will create a TempReport.html report file from the xml file to view when the report tab is selected during a test or at the end of the last UUT when no other unit to test. Basically would like to create this viewable html file for each UUT.
Thanks
Omar
07-05-2008 12:04 PM