D
DraguVaso
Hi,
I have a Random XML-file that I want to read into a DataSet. So I don't know
in advance what kind of structure the XML-file will have (exemple underneath
this), but I want to be able to always read it into a DataSet or something
like this, so that I'm able to do easily operations with it in my
application (VB.NET).
anybody got any idea?
Thanks a lot in advance, Pieter
<?xml version="1.0" standalone="yes"?>
<xmldParameters xmlns="http://tempuri.org/xmldParameters.xsd">
<Card>123456789</Card>
<File>123-4567-89</File>
<Actions>
<Action>TRNE</Action>
<Param>FileNr</Param>
<NumberDays>30</NumberDays>
</Actions>
<Actions>
<Action>CONT</Action>
<Param>CardNr</Param>
<NumberDays>50</NumberDays>
</Actions>
<Actions>
<Action>TREV</Action>
<Param>blabla</Param>
<NumberDays>50</NumberDays>
</Actions>
</xmldParameters>
I have a Random XML-file that I want to read into a DataSet. So I don't know
in advance what kind of structure the XML-file will have (exemple underneath
this), but I want to be able to always read it into a DataSet or something
like this, so that I'm able to do easily operations with it in my
application (VB.NET).
anybody got any idea?
Thanks a lot in advance, Pieter
<?xml version="1.0" standalone="yes"?>
<xmldParameters xmlns="http://tempuri.org/xmldParameters.xsd">
<Card>123456789</Card>
<File>123-4567-89</File>
<Actions>
<Action>TRNE</Action>
<Param>FileNr</Param>
<NumberDays>30</NumberDays>
</Actions>
<Actions>
<Action>CONT</Action>
<Param>CardNr</Param>
<NumberDays>50</NumberDays>
</Actions>
<Actions>
<Action>TREV</Action>
<Param>blabla</Param>
<NumberDays>50</NumberDays>
</Actions>
</xmldParameters>