Hi There, I am trying to parse xml in an action script. I don't get the complete xml as a whole, as I am reading it from the network as a stream. Hence I can't use XMLDocument as I don't have the complete xml already. Instead I want to register callback function which will be called as soon as I receive a complete child node of my interest (event driven parsing(?) ). Is there any xml parser in action script already doing this? Any pointer to library/sample code/tutorial will be appreciated.
Thanks and Regards, Arup Malakar