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!