NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get TestStand30 to generate a XML file compatible with teststand2.01

TestStand 2.01 came with an example sequence file and modelsupport.DLL that would generate XML report files. It had a particular format that was hardcoded in the DLL. Then TestStand 3.0 came allong and NI decided to put it in the standard process model and change the code that creates it. Doing so, they changed the format of the XML file. This format is now based on the file Report.XSD (XML schema file). TestStand 2.01 didnot use a XSD file. My question is, is there anybody out there that knows enough about these XSD file to creat one that would make TestStand 3.0 generate the same file format as the TestStand 2.01 did?
0 Kudos
Message 1 of 2
(2,893 Views)
Hi
The XSD (XML schema file) just defines the legal building blocks of an XML document. TestStand does not modify its XML output based on changes to the XSD file.

Unfortunately, currently there is no method to make TestStand 3.0 generate a 2.0.1 format of XML output.

You can continue using the old method of generating XML reports without issues.

Hope this helps

Regards
Anand
0 Kudos
Message 2 of 2
(2,893 Views)