PDA

View Full Version : quarrying xml


Qutaibah
04-22-2007, 03:55 PM
hello is there a way to quarry an xml document from within flash?
I am trying to single out certain XML ELEMENTS whose ATTRIBUTE(S) match certain user input.

Thanks for your help

Qutaibah
04-22-2007, 04:05 PM
sorry double post

Qutaibah
04-23-2007, 02:06 AM
I just read a few related threads. In thread, it was suggested to parse the xml and push everything into an array.

So now I have to learn what sort of array structure I should use to sustain the information structure. Then I need to learn how to pull certain information from that array based on user input.

does this sound like a reasonable way to approach this problem