PHP SimpleXML Tutorial


PHP SimpleXML Step By Step Tutorial. SimpleXML is a PHP Extension to easily manipulate/use XML Data.

What is SimpleXML?

  • a PHP5 Extension (You can not find this cool extension at PHP4 and before)
  • XML Parser (easy read XML data)
  • XML Manipulator (easy create XML file)

Why simpleXML?

  • Cool and easy
  • You don't be very painful to handle documents with any degree of complexity.
  • You don't need to use the SAX approach and write a handwritten parser for every document
  • You don't need to use the DOM extension;

How to use SimpleXML?

SimpleXML: Creating a SimpleXMLElement
SimpleXML: Creating XML Document From Database
SimpleXML: Accessing Element
SimpleXML: Using Iterable Object
SimpleXML: Accessing Unknown Element
SimpleXML: Creating File Contain Part of Another XML Document
SimpleXML: Mixing With DOM Interoperability



Bookmark and Share Tag: SimpleXML Category: PHP Database Post : November 02nd 2009 Read: 30,248

blog comments powered by Disqus