Recently Popular Xml Tagged Tutorials
Dec 25
Mastering Ajax, Part 8: Using XML in requests and responses
In the last article of the series,you saw how your Ajax apps can format requests to a server in XML. You also saw why, in most cases, that isn't a good idea. This article focuses on something that often is a good idea: returning XML responses to a client.
Dec 25
Mastering Ajax, Part 7: Using XML in requests and responses
Brett McLaughlin demonstrates how you can use XML as the data format for sending asynchronous requests.
Nov 19
Learn xml in 11.5 minutes
This is a very basic introduction to XML, it will show you how to create a very basic XML document, and explain how XML is structured. If you are unfamiliar with XML this is a great tutorial to learn the basics.
Jul 10
Using PHP 5's DOM functions to create XML files from SQL...
This tutorial is intended for developers who wish to extract data from a database and insert it into XML files so that it can be processed in some way, usually by transforming it into HTML using an XSL file.