martijn1967
Programmer
Hello,
Has someone suggestions for my little problem. I just started with C# and begin to love it.
I made a complete app without any help, but now i'm facing a problem. i have an xmlfile which i like to convert to a treeview.
the xmlfile looks like:
<?xml version="1.0" encoding="UTF-8"?>
<document>
<titel>Titel</titel>
<quest>1. quest</quest>
<quest>2. quest</quest>
<quest>3. quest</quest>
<answer type="radio" value="0">Radio</answer>
<answer type="radio" value="1">Radio</answer>
<answer type="radio" value="2">Radio</answer>
<answer type="radio" value="3">Radio</answer>
<quest>4. quest</quest>
<answer type="radio" value="0">Radio</answer>
<answer type="radio" value="1">Radio</answer>
<answer type="radio" value="2">Radio</answer>
<quest>5. quest</quest>
</document>
Could somebody tell me how to solve it?
sorry for my bad english.
Has someone suggestions for my little problem. I just started with C# and begin to love it.
I made a complete app without any help, but now i'm facing a problem. i have an xmlfile which i like to convert to a treeview.
the xmlfile looks like:
<?xml version="1.0" encoding="UTF-8"?>
<document>
<titel>Titel</titel>
<quest>1. quest</quest>
<quest>2. quest</quest>
<quest>3. quest</quest>
<answer type="radio" value="0">Radio</answer>
<answer type="radio" value="1">Radio</answer>
<answer type="radio" value="2">Radio</answer>
<answer type="radio" value="3">Radio</answer>
<quest>4. quest</quest>
<answer type="radio" value="0">Radio</answer>
<answer type="radio" value="1">Radio</answer>
<answer type="radio" value="2">Radio</answer>
<quest>5. quest</quest>
</document>
Could somebody tell me how to solve it?
sorry for my bad english.