Selasa, 26 Januari 2010

PHP XML Tutorial




PHP XML Tutorial


XML PHP Step By Step Tutorial. XML is a format for storing text and transporting data. The use of XML is very broad and flexible. Did you know, a lot of structure / format of the document based on XML language. For example, RSS, Atom, and XHTML.

Because the plain text format so it can be accepted by all platforms. XML allows you to store data information (like a database), but also you can use to store application configuration information, and so on. Many processor can handle XML document, such as PHP.

In this tutorial, you will learn how to use XML for your web applications. You will learn how to use PHP, you can communicate and manipulate data in XML. After completing this tutorial, we hope you will read about SimpleXML at here.

PHP - XML: Read from String
PHP - XML: Read from a File
PHP - XML: Retrieving Node Values
PHP - XML: Retrieving Attribute Values
PHP - XML: Processing XML
PHP - XML: Creating XML Document
PHP - XML: Adding XML Nodes
PHP - XML: Removing Node
PHP - XML: Replacing Node
PHP - XML: Filtering XML Nodes with XPath
PHP - XML: Filtering XML Nodes by Namespace

0 komentar: