Hlen_42
Help to convert .xml
@Joschi
I'm sorry, but I don't have time to learn new concepts. I've been given homework and I'm trying to figure it out. I finally managed to convert the .xml from the structure, but I can't keep the data with it and in the elements. Could you take a look at this part of the code?
The problem is probably in this method: MoveXmlElementsBasedOnTreeView, because the whole .xml is modified according to the treeview structure, but I can't figure out how to keep the content in the elements.
ITS ALL EMPTY
<SHOP>
<SHOPITEM>
<CODE> </CODE>
<NAME> </NAME>
<PLU> </PLU>
<VAT> </VAT>
<CURRENCY> </CURRENCY>
<PRICE_VAT> </PRICE_VAT>
</SHOPITEM>
<SHOPITEM>
<CODE> </CODE>
<NAME> </NAME>
<PLU> </PLU>
<VAT> </VAT>
<CURRENCY> </CURRENCY>
<PRICE_VAT> </PRICE_VAT>
</SHOPITEM>
</SHOP>
5 replies