How to store the XML content into two arrays

Hello everyone,

I have a basic xml file and i want to store the content in two arrays. I have little knowledge of actionscript. I hope someone is able to help me.
The XML file is the following:

<?xml version=“1.0”?>
<quiz>
<item>
<quest>naso</quest>
<ans>nose</ans>
</item>
<item>
<quest>bocca</quest>
<ans>mouth</ans>
</item>
<item>
<quest>occhi</quest>
<ans>eyes</ans>
</item>
<item>
<quest>orecchie</quest>
<ans>ears</ans>
</item>
</quiz>