Explain the difference between DOM and SAX?
Submitted by: MurtazaSAX parser works incrementally and generates events that are passed to the application. DOM parser reads the whole XML document and returns a DOM tree representation of xml document
In DOM the xml file is arranged as a tree and backward and forward search is possible In SAX traversing in any direction is not possible as Top to bottom approach is used.
SAX is essentially an API for reading XML, and not writing it. DOM allows you to read and write.
Submitted by: Murtaza
In DOM the xml file is arranged as a tree and backward and forward search is possible In SAX traversing in any direction is not possible as Top to bottom approach is used.
SAX is essentially an API for reading XML, and not writing it. DOM allows you to read and write.
Submitted by: Murtaza
Read Online XML DOM Job Interview Questions And Answers
Top XML DOM Questions
☺ | How does CVS differ from RCS? |
☺ | How does CVS work? |
☺ | How does CVS differ from SCCS? |
☺ | What does CVS stand for? Can you describe it in one sentence? |
☺ | Is it possible to trap file deletions and rollbacks using an add-in/VSS Ole Automation? |
Top Application Program Categories
☺ | AutoCAD Interview Questions. |
☺ | Microsoft Office Interview Questions. |
☺ | Microsoft Outlook Interview Questions. |
☺ | Microsoft Excel Interview Questions. |
☺ | MATLAB Interview Questions. |