As RSS and XML are becoming increasingly popular, you may find yourself needing a script to generate RSS feeds. This tutorial guides you through the process and pitfalls.
In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are highlighted.
With version 4.3.0, PHP's DOM extension has now overcome early bugs and troubles to become a useful tool for XML manipulation. This article looks at the DOM extension and how it can be used to read and generate XML, providing new solutions for web page generation.
PHP-GTK allows you to build cross platform Windowed applications. XML-RPC is a web service protocol allowing us to send data from anywhere to anywhere. This article is a simple example of hooking the two together. Anyone fancy building the PHP version of MSN Messenger?
This article shows how to write a simple PHP script that parses the RSS file, extracts the pertinent information, formats it, and serves it up as regular HTML. This script can also be added to any PHP file. Source code available for download.
PHP offers two methods of parsing an XML document: using SAX parser and DOM functions. This article shows how to use PHP's DOM functions to traverse an XML tree, and also covers important differences between the two approaches.
This 7-page article discusses how to make the web of services interact with one another using XML_RPC and PHP. Describes how to build a simple XML_RPC client and server to create a basic messaging system.