læs fra xml fil
hejjeg har denne xml:
<?xml version="1.0" encoding="UTF-16"?>
<ApplicationSettings>
<Section Name="Application">
<Key Name="Line Name" Value="ghr" />
<Key Name="Show in Taskbar" Value="0" />
<Key Name="Thread sleep" Value="1000" />
</Section>
<Section Name="InputFile">
<Key Name="Path" Value="C:\test\" />
<Key Name="File Name" Value="pp" />
<Key Name="Delimiter" Value=";" />
<Key Name="Decimal separator" Value="." />
</Section>
</ApplicationSettings>
Hvordan læser jeg "Delimiter"?
