A
A.J
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:
(*Sorry got to ask the Q again)
<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>
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:
(*Sorry got to ask the Q again)
<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>