becks2203
3rd January 2018, 13:15
Hi ,
I have a requirement where I have to read an XML..For eg.
The structure of XML is:
2147254857
<ItemList>
<Serialized_Item
Item=" TEST "
Serial="SERIAL_TEST "
EffDate="1395218475"
/>
<Serialized_Item
Item=" TEST1 "
Serial="SERIAL_TEST1 "
EffDate="1395218473"
/>
</ItemList>
I am new to XML ..I tried reading with GETDATAELEMENT and GETATTRIBUTE but failing
Can you guys please help
I have a requirement where I have to read an XML..For eg.
The structure of XML is:
2147254857
<ItemList>
<Serialized_Item
Item=" TEST "
Serial="SERIAL_TEST "
EffDate="1395218475"
/>
<Serialized_Item
Item=" TEST1 "
Serial="SERIAL_TEST1 "
EffDate="1395218473"
/>
</ItemList>
I am new to XML ..I tried reading with GETDATAELEMENT and GETATTRIBUTE but failing
Can you guys please help