Tagged Questions

1
vote
2answers
421 views

SelectSingleNode return null - even with namespace

I know this question has been asked in a similar fashion before, but I can't seem to get this working. I have some xml: <?xml version="1.0" encoding="ISO-8859-1" ?> <Research ...
0
votes
1answer
320 views

How do I search XML files on a .NET Windows Mobile Handheld?

I have a .NET Windows Mobile 5.0 application that is used for data collection. For purposes of this question let's say it's a survey application with two screens - a survey list screen and a survey ...