How to create xml-flash array

Hi everyone,
Any one help me how to create an array in flash.
This is my XML file…

<?xml version="1.0" encoding="utf-8"?>
<FINANCIAL> 
 <graph1 bgcolor="0x78A615" Line_Size="1" opasity="100" miterDepth="4">
  <value xval="20" yval="30.6"/>
                <value xval="30.5" yval="32"/>
  <value xval="40" yval="35"/>
  <value xval="50" yval="40"/>
  <value xval="60" yval="43"/>
  <value xval="70" yval="70"/>
  <value xval="80" yval="30"/>
  <value xval="90" yval="52"/>
  <value xval="100" yval="56"/>
  <value xval="110" yval="58"/>
  <value xval="120" yval="60"/>
  <value xval="130" yval="64"/>
  <value xval="140" yval="66"/>
  <value xval="150" yval="40"/>
  <value xval="160" yval="51"/>
  <value xval="170" yval="55"/>
  <value xval="180" yval="72"/>
  <value xval="190" yval="20"/>
  <value xval="200" yval="23"/>
 
 </graph1>

</FINANCIAL>

In this how to i store the xval,yval values into an array…