04-06-2018 03:42 AM
Hi
I want to extract the data from the TestStand XML Report using XML parser (Xpath) , but i am not able to get the expected results
Attaching the report file (not able to attach XML So changing the extension to .txt)
Want to Extract "/Reports/Report/Prop[6]/Prop[1]/Prop[1]/Prop[6]/Value[1...N]/Prop/Prop[6]/Value[1...N] "
I created Xpath in a usual way but it didn't worked form me
Can someone comment "what i am missing in achieving the expected result"
04-06-2018 04:52 AM
Post what you have. The code that's not working.
04-06-2018 06:00 AM
Thanks for your interest in helping
As single Xpath is not working i have extracted the child items at different levels and achieved the result.