Thread: Xml + Sax
View Single Post
  #2 (permalink)  
Old 07-04-2007, 10:34 AM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
Your parser could read the first tag that it gets. Then, it would keep reading until it encounters the matching tag. After the matching tag is encountered, it would stop trying to get more data, being at the end of the XML document.
Reply With Quote