Tagged Questions

4
votes
6answers
2k views

What is a good way to find a specific value in an XML document using C#?

I'm calling a WebService exposed by Oracle that accepts an input of an ItemID and returns to me the corresponding Item Number. I want to grab the Item Number that has been returned out of the XML ...
1
vote
2answers
422 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 ...