C# / XML attributes and values
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
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.