Anyway to easily parse XML coming from an External API. I can't access the elements in it easily, so I want to convert it into an array that I can then return to Bubble.
So far - I've had limited success with regex expressions; and am thinking of just looping thru the string with substring & indexes. Â