GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  XML
Go To First  |  Previous Question  |  Next Question 
 XML  |  Question 39 of 40    Print  
XML Parsers
What are the different kind of parsers used in XML?


  
Total Answers and Comments: 3 Last Update: September 22, 2009     Asked by: rajadurai24 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: nabinkumarbehera
 
XML Parser is nothing but a interface between user and XML Document.
XML Parsers are divided into 2 types

1) DOM (Document Object Module)
2) SAX (Simple API for XML)



Above answer was rated as good by the following members:
tgeek100
March 21, 2009 02:33:39   #1  
guru153 Member Since: March 2009   Contribution: 1    

RE: XML Parsers
Mainly there are two type of parsers
a) dom
b) sax

 
Is this answer useful? Yes | No
March 24, 2009 05:51:53   #2  
nabinkumarbehera Member Since: May 2008   Contribution: 1    

RE: XML Parsers
XML Parser is nothing but a interface between user and XML Document.

XML Parsers are divided into 2 types

1) DOM (Document Object Module)
2) SAX (Simple API for XML)


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
September 22, 2009 03:16:53   #3  
Shasra Member Since: September 2009   Contribution: 1    

RE: XML Parsers
There are 2 parsers:

1) DOM (Document object model): This will interpret Complete XML document.Microsoft major concentration is DOM Parser.

2) SAX Parser (Simple Aplication programming Interface for XML): This will interpret XML document based on the event occurrence only it wont interpret complete document at a time. Sun mycrosystems major concentration is SAX Parser.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape