datagrid + xml

A.B

Joined
Mar 14, 2006
Messages
3
Reaction score
0
hi ppl,

while going through the threads i came to know tat we can populate the datagrid with xml.Is this mean tat we can populate dr with XML of any format.(This concept is bit new for me;could you please explain wat kind of xml can be populated in a DG)ex:


<weather-report>
<date>March 25, 1998</date>
<time>08:00</time>
- <area>
<city>Seattle</city>
<state>WA</state>
<region>West Coast</region>
<country>USA</country>
</area>
- <measurements>
<skies>partly cloudy</skies>
<temperature>46</temperature>
- <wind>
<direction>SW</direction>
<windspeed>6</windspeed>
</wind>
<h-index>51</h-index>
<humidity>87</humidity>
<visibility>10</visibility>
<uv-index>1</uv-index>
</measurements>
</weather-report>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top