Hi buddy,
I want to read attributues values from an XML file in an Array Object. How do I do that ?
For Example…i am loading XML file in which there is a node
<data a=“123” b=“456” c=“789” />
Please note: Occurences of attributes is unpredictable…above its is just 3(a, b, c) but it can be more than that or less than that also…so…PLS HELP ME out with this…
Required Output would be:
dataValues=[123, 456, 789]
Thanx