T
Thomas Lischetzki
Hello all together,
I have a little problem importing the following xml file into a dataset.
<?xml version="1.0" standalone="yes"?>
<logfile version = "0.1.001" >
<log date = "01.01.2005" time = "12:01:59" username = "Mueller" level =
"Info" message = "2">
<data order="1" caption="Original Value">60</data>
<data order="2" caption="Changed Value">80</data>
</log>
</logfile>
If I load the xml file in Visual Studio and looks at the data page I see 3
data tables.
1. logfile
2. log
3. data
If I choose the table 'log' it shows all information which are stored in the
tag 'log'.
Now I can expand a datarow and gets a link 'log data'.
If I click this link I get a new table with the information stored in the
tags 'data'.
That's fine, but how can I get access to the information within my code?
Hope you understand my problem and can help me.
Best regards
Thomas
I have a little problem importing the following xml file into a dataset.
<?xml version="1.0" standalone="yes"?>
<logfile version = "0.1.001" >
<log date = "01.01.2005" time = "12:01:59" username = "Mueller" level =
"Info" message = "2">
<data order="1" caption="Original Value">60</data>
<data order="2" caption="Changed Value">80</data>
</log>
</logfile>
If I load the xml file in Visual Studio and looks at the data page I see 3
data tables.
1. logfile
2. log
3. data
If I choose the table 'log' it shows all information which are stored in the
tag 'log'.
Now I can expand a datarow and gets a link 'log data'.
If I click this link I get a new table with the information stored in the
tags 'data'.
That's fine, but how can I get access to the information within my code?
Hope you understand my problem and can help me.
Best regards
Thomas