Convert certain xml values into an array

hi all,

another quick question:

how can I assign certain values from an XML document to an array?

e.g., when I trace ‘myXML.firstNode.firstNode’, I get:


INTRODUCTION
ABOUT
WORK
CONTACT

Except, is it possible to convert each one of those values to a new avlue in an array so the array would look like this:


(INTRODUCTION, ABOUT, WORK, CONTACT)

Thanks again.