Hi All.
I have a slight problem - I have setup ccnet with MSTest and merges
the output from mstest into my buildlog file. But I can not query the
data in the xml MSTest spits out as it has it's own default namespace:
<cruisecontrol>
<build>
<TestRun xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/
2006">
<InterestingStuffIWantToGetHoldOf></
InterestingStuffIWantToGetHoldOf>
</TestRun>
</build>
</cruisecontrol>
The problem is I can not get hold of the
InterestingStuffIWantToGetHoldOf tag whatever I do :(
Any ideas or suggestions? Google is not helping on this one - actually
I found a similar post about this problem on the list from July - that
wasn't answered.
Thanks for any help.
Thomas Skovsende