[
Lists Home |
Date Index |
Thread Index
]
I dont know what this XML format is about, but it seems Borland has a
number of related articles on Delphi, XmlMapper and this datapacket
format (does not sound like a coinsidence to me). Search the site for
articles like
http://community.borland.com/article/0,1410,28010,00.html
I think your question can be better answered on Borlands forums or
something.
hth,
Manos
mehmetavsar@objebil.com wrote:
>
> 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>
>
|