Hi weatherguy08 ,
I tested your xlst with the link you provided. The result is :
<html>
<body>
<h2>Little Rock, Adams Field</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Weather</th>
<th>Temperature (F)</th>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</body>
</html>
So this xml file can not be understand by GridView control. See this link to learn how to bind xml to GridView.
bind xml to gridview using xslt
http://forums.asp.net/t/1216730.aspx
Sincerely,
Samu Zhang
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.