xpath-dom

Correct way to retrieve collection using XPath?

Hi, all. I've got an xml file of several recordings that looks like this: <audiolibrary> <prompt name="accountinfo"> <prompt-segment> <audio src="audio/default/accountinfo.wav" text="Account Information"/> </prompt-segment> </prompt> ... <prompt name="accountclosed"> ...