0
kicks
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" /> < user FirstName ="Bill" LastName ="Smith" Age...