The PHP scripting language's XML support has a few gaps, but you can fill them with Java objects in a pinch. In this article, find out what XML tools are available now for PHP developers looking to craft XML projects, and find out how to access Java objects until the PHP tool set matures.
Adding an rss feed to your website is not as difficult as most people believe. The great thing about adding RSS feeds to your website is that the feed can keep your page content updated automatically since you are ‘streaming’ information directly from another website to your page!
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.
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss XML, XSL or XSLT syntax, but rather focuses on how to transform XML documents with XSLT using the Sablotron XSLT processor. Source code available for download.