What is it going to be used for ??Originally Posted by atforum
-
Jul 30th, 2006 11:36 PM #1
XML DOM vs SAX
Any xml developers out here?? If so which one do you use mostly XML DOM or XML SAX??
thanks
Reply With Quote
LOG IN TO THANK
No one has yet thanked atforum for this post.
-
Sponsored Links - Join the RedFlagDeals.com community and remove this ad.
-
Jul 31st, 2006 12:12 AM #2_______________
~~ Never argue with an idiot -- he will drag you down to his level, then beat you with experience.~~
Reply With Quote
LOG IN TO THANK
No one has yet thanked Cyber6 for this post.
-
Jul 31st, 2006 12:19 AM #3I am asking in general. Do you guys prefer one over the other in the normal case?? or does it depend on the usual size things - small size use dom and large size xml use sax??
Originally Posted by Cyber6
Reply With Quote
LOG IN TO THANK
No one has yet thanked atforum for this post.
-
Jul 31st, 2006 12:33 AM #4
Originally Posted by atforum
That's a general statement. I'll rather use DOM just for the ease of programming. DOM parse in a tree-model way, easy for navigation since is in memory. SAX parse in a sequencially and doesn't allows for backward navigation. I've always used DOM, and in my 5+ years of SGML/XML authoring/programming always seen DOM used.
C._______________
~~ Never argue with an idiot -- he will drag you down to his level, then beat you with experience.~~
Reply With Quote
LOG IN TO THANK
No one has yet thanked Cyber6 for this post.
-
Jul 31st, 2006 12:51 AM #5thanks for the info.
Originally Posted by Cyber6
Reply With Quote
LOG IN TO THANK
No one has yet thanked atforum for this post.
Search Forums

