Hello Daniwebbers!

I'm trying to pull information from an XML webpage but for some reason it just isn't working. The XML webpage looks a little like

<?xml version="1.0" encoding="UTF-8"?>
  <item>
   <reqdat>Date and time</reqdate>
   <result>Completed</result>
  </item>

I want to get the <reqdat> node, but everything I've tried hasn't worked :(
I think what I need to do might have something to do with SelectSingleNode but I'm not sure.

Thanks!

Hey all,

I'm still stuck with this problem, nobody has a solution?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.