I receive big XML files via SOAP. I need to ignore about the first 30% of each file, until it gets down to the tags I really need to parse. Then, after these tags are finished, I need to break out of the code (this last should be little problem). How do I do this ??