Best PHP Coaching in chennai - PowerPoint PPT Presentation

About This Presentation
Title:

Best PHP Coaching in chennai

Description:

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. – PowerPoint PPT presentation

Number of Views:15
Slides: 8
Provided by: haseem
Category:

less

Transcript and Presenter's Notes

Title: Best PHP Coaching in chennai


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.Using Awesome 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_at_accordittraining.com
Write a Comment
User Comments (0)
About PowerShow.com