Options

XML Structure probs.

MSBPMSBP Member Posts: 17
Hey.

I have a XML port that exports data, but the receiver seems to have som problems with the file since some data are missing. He did upload an examplefile for me ...

<service srvid="BPA" />
- <container type="parcel" measure="totals">
<val n="copies">1</val>
<val n="weight">5</val>
</container>

Mine looks like this:

- <service srvid="BPA">
- <addon>
<val />
<val />
<val />
<val />
<val />
</addon>
</service>
- <container type="parcel" measure="totals">
<val n="copies">1</val>
<val n="weight">22</val>
<val n="" />
</container>

annyone has some suggestion to how I in the code or properties get my xml file to look the same ?
Dynamics NAV L337

Comments

Sign In or Register to comment.