cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with xml data-connection

0 Kudos

Hi,

I try to include an external XML-file in my form.

The structure of my XML-file is like that:

<Row>

<Cell><Data>12345678933</Data></Cell>

<Cell><Data>334242332</Data></Cell>

<Cell><Data>Main</Data></Cell>

<Cell><Data>Sub</Data></Cell>

<Cell><Data>AUFE-KK</Data></Cell>

<Cell><Data>0071900</Data></Cell>

<Cell><Data>719</Data></Cell>

<Cell><Data>1</Data></Cell>

</Row>

I have about 1000 entries of that kind in my file.

How can I add them to a structure/-array, so I can handle them?

Any ideas? Any informations about this theme?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos