Thread: XML Tips
View Single Post
  #11 (permalink)  
Old 02-11-2008, 04:41 AM
vigneshgets vigneshgets is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 904
vigneshgets is on a distinguished road
Thumbs up Re: XML Tips

XML file :

" SAX, event based XML parser is probably what is needed to search huge file. DOM store the whole content on memory which is in huge file is not good since it uses a lot of memory. SAX is event based that handle XML elements when it find it."
__________________
Vignesh
$Live It The Way You Love It$
Reply With Quote