XML - attributes and values
Hello,
I have an XmlNodeList with attributes and and text values. I am looking for a way to create a function that can return a value from reading a nodelist by specifiying the attribute name. For example, string a = FieldByName("acct") would result in 12345 being returned.
12345
ACME Inc
Dallas
TX
Any help would be greatly appreciated.
Thank you.