Hi!
My problem is following.. I really suck at dataset and xml
Or another way to put it. I want my xmlcode to look like
<data>
<element1>yadayada</element1>
<element2>yadayadayada</element2>
<subdata>
<subelement1>ya</subelement1>
<subelement2>da</subelement2>
</subdata>
<subdata>
<subelement1>da</subelement1>
<subelement2>ya</subelement2>
</subdata>
</data>
So... how do i create my datset if i want that to be the output in my xmlfile. Hope i did myself understandable. And im not interrested in adding "yadayada", im mainly after the dataset->xsd and i will figure out the rest by myself.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
My problem is following.. I really suck at dataset and xml
Or another way to put it. I want my xmlcode to look like
<data>
<element1>yadayada</element1>
<element2>yadayadayada</element2>
<subdata>
<subelement1>ya</subelement1>
<subelement2>da</subelement2>
</subdata>
<subdata>
<subelement1>da</subelement1>
<subelement2>ya</subelement2>
</subdata>
</data>
So... how do i create my datset if i want that to be the output in my xmlfile. Hope i did myself understandable. And im not interrested in adding "yadayada", im mainly after the dataset->xsd and i will figure out the rest by myself.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!