D
Dan
Hi,
Can I use the designer to create a typed DataSet and then use it to parse
xml file?
If yes, could someone please describe the necessary steps or point me to
on-line docs?
For example, how would I define a DataSet in the designer for the following
xml:
[...]
<parent>
<parent_id>1</parent_id>
<name>parent1</name>
<child>
<child_id>1</child_id>
<name>child1</name>
</child>
<child>
<child_id>2</child_id>
<name>child2</name>
</child>
</parent>
<parent>
[...]
</parent>
I'd appreciate _any_ suggestions.
Thanks,
Dan
Can I use the designer to create a typed DataSet and then use it to parse
xml file?
If yes, could someone please describe the necessary steps or point me to
on-line docs?
For example, how would I define a DataSet in the designer for the following
xml:
[...]
<parent>
<parent_id>1</parent_id>
<name>parent1</name>
<child>
<child_id>1</child_id>
<name>child1</name>
</child>
<child>
<child_id>2</child_id>
<name>child2</name>
</child>
</parent>
<parent>
[...]
</parent>
I'd appreciate _any_ suggestions.
Thanks,
Dan