Can any one help me to create xml list from e4x format result of httpservice
0 views
Skip to first unread message
Flex Developer Judhisthira
unread,
Dec 10, 2009, 5:29:16 AM12/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
Hi,
I had get one object by httpservice with result format as e4x.
Can any one help to convert that object to array collection.if u want
the xml format is
<cards>
<card id="1"><cardid>1</cardid><cardname>visa</cardname><status>1</
status></card>
<card id="2"><cardid>2</cardid><cardname>mestro</cardname><status>2</
status></card>
<card id="3"><cardid>3</cardid><cardname>Ameercan express</
cardname><status>1</status></card>
</cards>
thanks,
Judhisthira Sahoo