NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Xml report modification

Solved!
Go to solution
I want to know when we choose report format to be XML and style sheet choosen is expand.xsl, what all process will go on the background to obtain the report. i want to know from where this style sheet choosen is selected and processed.
0 Kudos
Message 1 of 4
(3,856 Views)

Hi,

 

Actually the report generation takes place through the process model. The sequence in the process which does that is TestReport which actually calls the subsequences (in xml case C:\Program Files\National Instruments\TestStand 4.0\Components\NI\Models\TestStandModels\reportgen_xml.seq) or a particular dll for report generation. The result of all the steps are taken from the Results container.

 

The stylesheets are present at C:\Program Files\National Instruments\TestStand 4.0\Components\NI\Models\TestStandModels\StyleSheets folder.

 

Regards,

 

Vaibhav

.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 2 of 4
(3,777 Views)
Solution
Accepted by Sury@
http://zone.ni.com/devzone/cda/tut/p/id/3977
.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 3 of 4
(3,772 Views)

In addition, TestStand 4.2 features improved XML Style Sheets that are restructured to reduce the time required to generate HTML output from XML report files and to simplify the task of modifying style sheets so that you can change the appearance and content of XML reports.

 

For more information about customizing TestStand XML report style sheets and using the included XML schemas, refer to:
NI TestStand Help: XML Report Style Sheets

Jervin Justin
NI TestStand Product Manager
0 Kudos
Message 4 of 4
(3,550 Views)