Hi karthik,

<xml>
   <root>
      <column1>Time</column1>
      <column2>Phys1</column2>
      <column3>Phys2</column3>
      <data1>9.00</data1>
      <data2>9.15xxx</data2>
      <data3>9.25xxx</data3>
   </root>
    <root>
      <column1>Time</column1>
      <column2>Phys1</column2>
      <column3>Phys2</column3>
      <data1></data1>
      <data2>9.30yyy</data2>
      <data3></data3>
   </root>
    <root>
      <column1>Time</column1>
      <column2>Phys1</column2>
      <column3>Phys2</column3>
      <data1>10.00</data1>
      <data2></data2>
      <data3>10.15xxx</data3>
   </root>
</xml>

So to show this in datagrid
assign headerText="column1"
and dataField="data1"
for each column

If u find any mistake please tell me.

Thanks

On 7/2/09, karthik k <[email protected]> wrote:
>
> hi
>
> For the below table how can the xml should be
>
>   Time
>
> Phys1
>
> Phys2
>
> 9.00
>
> 9.15 xxx
>
> 9.25 xxx
>
>
>
> 9.30 yyy
>
>
>
> 10.00
>
>
>
> 10.15 xxx
>
> any idea
>
> karthik.k
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to