This article shows how to
With version 4.3.0, PHP's DOM
The PHP scripting language's
In this tutorial, learn how
write a simple PHP script
extension has now overcome
XML support has a few gaps,
to utilize the XML-RPC
that parses the RSS file,
early bugs and troubles to
but you can fill them with
package from the PEAR
extracts the pertinent
become a useful tool for XML
Java objects in a pinch. In
repository. You will learn
information, formats it, and
manipulation. This article
this article, find out what
how to write the client and
serves it up as regular
looks at the DOM extension
XML tools are available now
server portions.
HTML. This script can also
and how it can be used to
for PHP developers looking
be added to any PHP file.
read and generate XML,
to craft XML projects, and
Source code available for
providing new solutions for
find out how to access Java
download.
web page generation.
objects until the PHP tool
set matures.
Date: Jun, 27 2001 Date: Nov, 26 2002 Date: Jun, 26 2000 Date: Apr, 19 2005 |
Adding an rss feed to your
This 7-page article discusses
This article, along with
SOAP is a wonderful
website is not as difficult
how to make the web of
source code, explains how to
technology that can help you
as most people believe. The
services interact with one
parse XML documents using
in developing great
great thing about adding RSS
another using XML_RPC and
XSLT (eXtensible Stylesheet
applications. In this
feeds to your website is
PHP. Describes how to build
Language Transformations).
tutorial, we will
that the feed can keep your
a simple XML_RPC client and
XSLT is a language for
investigate the use of SOAP
page content updated
server to create a basic
transforming XML documents
in PHP.
automatically since you are
messaging system.
into other XML documents or
‘streaming’ information
HTML documents. It does not
directly from another
discuss XML, XSL or XSLT
website to your page!
syntax, but rather focuses
on how to transform XML
documents with XSLT using
the Sablotron XSLT
processor. Source code
available for download.
Date: Nov, 08 2006 Date: Apr, 02 2001 Date: Oct, 25 2000 Date: Apr, 19 2005 |