RSSAll Entries in the "XML" Category

Return the value for the specific attribute using XPathNodeIterator

Return the value for the specific attribute using XPathNodeIterator

I will use the following XML document in the example below.
<? xml version="1.0" encoding="utf-8" ?> < users > < user FirstName ="Tom" LastName ="Adams" Age ="23" /> < user FirstName ="Jhon" LastName ="Brams" Age ="17" /> [...]