|
-
Jan 19th, 2003, 03:50 AM
#1
Thread Starter
Lively Member
XML Parser
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
-
Jan 21st, 2003, 09:56 PM
#2
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|