XML Parsing

| | Comments (0) | TrackBacks (0)

All modern browsers have a build-in XML parser that can be used to read and manipulate XML. The parser reads XML into memory and converts it into an XML DOM object that can be accesses with JavaScript.
There are two basic types of XML parsers:
Tree-based parser: This parser transforms an XML document into a tree structure. It analyzes the whole document, and provides access to the tree elements
Event-based parser: Views an XML document as a series of events. When a specific event occurs, it calls a function to handle it
The document object model (DOM parser) is a tree-based parser.

0 TrackBacks

Listed below are links to blogs that reference this entry: XML Parsing.

TrackBack URL for this entry: http://learningremix.emich.edu/cgi-bin/mtos/mt-tb.cgi/5680

Leave a comment

About this Entry

This page contains a single entry by Diwakar Vemuri published on May 14, 2008 2:02 AM.

Microsoft earnings hit the mark was the previous entry in this blog.

What is DHTML? is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.1rc1