1 / 7

Best PHP Coaching in Chennai

We at Accord are the best for PHP Course in Chennai. With our PHP training course, we make sure you become an expert in it. To give you an edge over the others who appear for an interview it is essential that you hold a certification from Accord which is the top-rated PHP certification courses in Chennai.

haseem
Download Presentation

Best PHP Coaching in Chennai

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Best PHP Coaching in Chennai

  2. XML Parsers in PHP

  3. What is XML? • The XML language is a way to structure data for sharing across websites.UsingAwesome Backgrounds • Several web technologies like RSS Feeds and Podcasts are written in XML. • XML is easy to create. It looks a lot like HTML, except that you make up your own tags.

  4. What is an XML Parser? • To read and update, create and manipulate an XML document, you will need an XML parser. • In PHP there are two major types of XML parsers: • Tree-Based Parsers • Event-Based Parsers

  5. Tree-Based Parsers Tree-based parsers holds the entire document in Memory and transforms the XML Document into a Tree structure. It analyzes the whole document, and provide Access to the Tree elements (DOM). • Example of tree-based parsers: • SimpleXML • DOM

  6. Event-Based Parsers Event-based parsers do not hold the entire document in Memory, instead, they read in one node at a time and allow you to interact with in real time. Once you move onto the next node, the old one is thrown away. • Example of event-based parsers: • XMLReader • XML Expat Parser

  7. Contact Us www.accordittraining.com Call us(91) 9940289059 Email: enquiry@accordittraining.com

More Related