As RSS and XML are becoming
This article, along with
In this tutorial, learn how
This article shows how to
increasingly popular, you
source code, explains how to
to utilize the XML-RPC
write a simple PHP script
may find yourself needing a
parse XML documents using
package from the PEAR
that parses the RSS file,
script to generate RSS
XSLT (eXtensible Stylesheet
repository. You will learn
extracts the pertinent
feeds. This tutorial guides
Language Transformations).
how to write the client and
information, formats it, and
you through the process and
XSLT is a language for
server portions.
serves it up as regular
pitfalls.
transforming XML documents
HTML. This script can also
into other XML documents or
be added to any PHP file.
HTML documents. It does not
Source code available for
discuss XML, XSL or XSLT
download.
syntax, but rather focuses
on how to transform XML
documents with XSLT using
the Sablotron XSLT
processor. Source code
available for download.
Date: Jan, 19 2005 Date: Oct, 25 2000 Date: Apr, 19 2005 Date: Jun, 27 2001 |
The PHP scripting language's
This 7-page article discusses
With version 4.3.0, PHP's DOM
This six-page tutorial
XML support has a few gaps,
how to make the web of
extension has now overcome
explains how to parse xml
but you can fill them with
services interact with one
early bugs and troubles to
using DOM, an alternative to
Java objects in a pinch. In
another using XML_RPC and
become a useful tool for XML
the popular Expat. Covers
this article, find out what
PHP. Describes how to build
manipulation. This article
the objects used in DOM
XML tools are available now
a simple XML_RPC client and
looks at the DOM extension
extensively, and offers a
for PHP developers looking
server to create a basic
and how it can be used to
few simple and long examples.
to craft XML projects, and
messaging system.
read and generate XML,
find out how to access Java
providing new solutions for
objects until the PHP tool
web page generation.
set matures.
Date: Jun, 26 2000 Date: Apr, 02 2001 Date: Nov, 26 2002 Date: Jan, 04 2001 |