Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I am new to Xml language,Can anybody tell what will be output of a xml parser??? Thanks in advance. Siddharth
There are two types of XML Parser Standards 1) DOM Parser - produces an in memory tree structure of XmlNode objects 2) SAX Parser - fires events during parsing
led mike