I have no problems converting the code. In fact I have things working (sort of).
I think I have the index values specified for tables but how did he determine wind-speed_Text is used to access the wind speed? I don't seem to see that documented anywhere.
How would I access the units portion of that node? I can see the value in my debugger and can probably use a number to access the value but something tells me I should use the text equivalent to access the array.
Pardon my ignorance. I have not worked much with XML or RSS.
I am trying to implement the API in .Net. Specifically C##. I found this example in .Net.
http://geekswithblogs.net/thibbard/archive/2006/01/13/65764.aspx
I have no problems converting the code. In fact I have things working (sort of).
I think I have the index values specified for tables but how did he determine wind-speed_Text is used to access the wind speed? I don't seem to see that documented anywhere.
How would I access the units portion of that node? I can see the value in my debugger and can probably use a number to access the value but something tells me I should use the text equivalent to access the array.
Message edited by spinnaker 1 year ago