I'm working on an open source flash chat (80+ avatars :D! ) commercial quality.
Anyways I have a ASP script that returns the following XML data
<message content="hi hey whats up hows it goin :)"></message>
<message content="oh hey hows it goin? fustrated?"></message>
how do I iterate through the...