Hi,
I am trying to retrieve the attribute of an element from an xml file.
element is like this...
<database host="akhil" id="se"
name="0ad953ea7bbb781b11d1d69fc9501001"/>
using this code
var data:XML=element.child("database ")[0];
where element is an xml type variable parent of database node
bt it is giving null error. how to fix it
thanx
regards
akhil agrawal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---