Prendi questa domanda come riferimento
Come posso inserire i dati delle seconde colonne nella prima riga.
Mi scusi per il mio inglese
Prendi questa domanda come riferimento
Come posso inserire i dati delle seconde colonne nella prima riga.
Mi scusi per il mio inglese
Risposte:
Risolto: l'XML deve avere questa struttura:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<row>
<record>
<LUIS_ARANDA_P>JE1022</LUIS_ARANDA_P>
<TRANSPORTES_AVELLO_P>LOC*DPLS62</TRANSPORTES_AVELLO_P>
</record>
<record>
<LUIS_ARANDA_P>PL9051</LUIS_ARANDA_P>
<TRANSPORTES_AVELLO_P>LOC*DRCW82</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*GHKD58</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*GXRX71</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*NH5051</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*PP1001</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*TD5071</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*TV6759</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>LOC*YC7898</TRANSPORTES_AVELLO_P>
</record>
<record>
<TRANSPORTES_AVELLO_P>PP1001</TRANSPORTES_AVELLO_P>
</record>
</row>