Hello,

I must rewrite a program which works with an pocket access database.
I should use XML, one XML-document for each table in the database.
I haven't any experience coding xml with C++, can someone help me to get started with this topic?

The XML has a body like this:

<z:row Pruefungsteil_ID="1" Bauteil_ID="1612" Bauteilbezeichnung="Bettung" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
<z:row Pruefungsteil_ID="1" Bauteil_ID="1613" Bauteilbezeichnung="Entwässerungsgraben" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
<z:row Pruefungsteil_ID="1" Bauteil_ID="1614" Bauteilbezeichnung="Erdung" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />
<z:row Pruefungsteil_ID="1" Bauteil_ID="1615" Bauteilbezeichnung="Fahrfläche" Weichengrundform_ID="0" Bauteilgruppen_ID="647" />
<z:row Pruefungsteil_ID="1" Bauteil_ID="1616" Bauteilbezeichnung="Grenzzeichen" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />

I must check the attributes to fill in controls like combo box.

The user choose something from a control and I must fill the second control with the data dependent on the first control.

I hope my english is understandable.

Thanks a lot