Results 1 to 2 of 2

Thread: XML Parser

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    75

    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

  2. #2
    New Member
    Join Date
    Jul 2002
    Posts
    14
    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
    -JavaScript Kit- JavaScript tutorial and scripts!
    -CodingForums.com- Web coding and development forums

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width