|
DOM XML: An Alternative to Expat
|
Other links at PHP > Tutorials > XML and PHP |
| 1. |
Transforming XML with XSL using Sablotron
|
|
|
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.
|
| 2. |
Parsing XML With PHP
|
|
|
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.
|
| 3. |
Backends Sharing Data
|
|
|
What if you could script remote procedure calls between web sites as easily as you can between programs? This tutorial shows how it can be done in PHP.
|
| 4. |
XML guestbook
|
|
|
This tutorial explains how to make a XML guestbook. The guestbook uses a XML file to save the messages. The full source code of the guestbook is included. The first part of the tutorial is available for free at http://www.jevontech.com/download/demo-xmltutorial.htm
|
| 5. |
DOM XML: An Alternative to Expat
|
|
|
This six-page tutorial explains how to parse xml using DOM, an alternative to the popular Expat. Covers the objects used in DOM extensively, and offers a few simple and long examples.
|
|
|