I'm trying to create the XML equivalent of a ListDictionary or Hashtable. So what would that look like? I'm getting confused by elements, nodes, childnodes, I mean XML is designed for nesting data but I really need to keep it simple for my purposes.

I just need to have TWO fields, name and URL, kind of like KEY and VALUE in a hashtable.

That way a client reading the file can get a list all the available web services I specify in the file, get the name of the affiliate running the service and the web service URL associated with the affiliate.

Any help would be appreciated. I've been getting shafted around here for a couple of days now, where are all the regulars at?

KT