hey friends,
do u know,
How does XML parser parses the text file in tree internally(logic behind it)?????
also if u have some good link..plss post that also
thanx in advance
Prasad
Printable View
hey friends,
do u know,
How does XML parser parses the text file in tree internally(logic behind it)?????
also if u have some good link..plss post that also
thanx in advance
Prasad
Are you referring to the parser inside modern browsers such as IE5+, or of a particular language, such as PHP? It really depends which XML parser you're referrring to. For example, the XML parser in IE creates a standard tree of of a XML file, in which you can then access using standard DOM methods.
Here's a tutorial I wrote a while ago on using JavaScript and your browser to parse a XML file: http://www.javascriptkit.com/dhtmltutors/getxml.shtml
Here's a tutorial discussing one way PHP views and allows you to parse a XML file (SAX): http://www.devshed.com/Server_Side/X...HP1/page1.html