Re: [xml-dev] Create XML
Hi friends
I ask this question yesterday. I see your solutions but i don't have enough time. What is sample ROW data for this XML file format? I search it but i don't see adding value for sub item for <FIELD attrname="BILETLER" fieldtype="nested">
Best rregards,
Mehmet Avsar
<?xml version="1.0" standalone="yes"?>
<DATAPACKET Version="2.0">
<METADATA>
<FIELDS>
<FIELD attrname="ADI_SOYADI" fieldtype="string" WIDTH="35"/>
<FIELD attrname="FIRMA_UNVANI" fieldtype="string" WIDTH="35"/>
<FIELD attrname="TELEFON" fieldtype="string" WIDTH="15"/>
<FIELD attrname="E_POSTA" fieldtype="string" WIDTH="50"/>
<FIELD attrname="IDO_REF_NO" fieldtype="string" WIDTH="13"/>
<FIELD attrname="ADRES" fieldtype="string" WIDTH="140"/>
<FIELD attrname="POSTA_KODU" fieldtype="string" WIDTH="8"/>
<FIELD attrname="SATIS_TARIHI" fieldtype="string" WIDTH="10"/>
<FIELD attrname="SATIS_SAATI" fieldtype="string" WIDTH="8"/>
<FIELD attrname="TESLIM_OLACAK_TARIH" fieldtype="string" WIDTH="10"/>
<FIELD attrname="TESLIM_OLACAK_SAAT" fieldtype="string" WIDTH="8"/>
<FIELD attrname="MKURKE_OPB_KODU" fieldtype="string" WIDTH="3"/>
<FIELD attrname="BILETLER" fieldtype="nested">
<FIELDS>
<FIELD attrname="BILET_NO" fieldtype="string" WIDTH="15"/>
<FIELD attrname="BILET_DEGER" fieldtype="string" WIDTH="15"/>
</FIELDS>
<PARAMS/>
</FIELD>
</FIELDS>
<PARAMS/>
</METADATA>
<ROWDATA>
??? What is sample Row for this format please help me !
</ROWDATA>
</DATAPACKET>