I have a request that returns a large xml file. I have the file in a XmlDocument type in my application. From that Doc how can I read an element like this:
<gphoto:videostatus>final</gphoto:videostatus>
I would like to pull that value final from that element. Also If i have multiple elements as well, can I pull that into a list? thanks for any advice.
gphoto:videostatuselements?gphoto) defined - you need to check out theXmlNamespaceManageron how to define XML namespace to parse your XML document.