Home

Submit

Source

Feeds

Home » PHP » XML Web Services ::

PHP XML Web Services
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5 and a revamped XML support. Therefore, the main focus of this chapter is on PHP 4. In PHP 5.1, some new features will be added that are already covered in this chapter.
Related Tutorials
PHP XML Web Services
Parsing XML using PHP
PHP / XML Web Services
Parsing XML is a very common task when programming for the web. This article will show you how to use the eZ xml parser to handle XML documents.

Site: www.zez.org Report - View Tutorial

PHP XML Web Services
XML processing with PHP
PHP / XML Web Services
XML is Extensible Markup Language. It is a markup language - much like HTML - and was designed to describe data. XML uses tags but these tags are not predefined as in HTML. In XML you define your own tags. All XML documents have 3 types of components: Elements, attributes and data.

Site: www.phptoys.com Report - View Tutorial

PHP XML Web Services
PHP and XML: using expat functions
PHP / XML Web Services
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news system for your home page.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Transforming XML with XSL using Sablotron
PHP / XML Web Services
This article in explaining 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. I will not discuss XML, XSL or XSLT syntax in this article, for a good introduction to these please refer to the links at the end of this article.The focus of this article is on how to transform XML documents with XSLT using the Sablotron XSLT processor.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Introduction to XML and Web Services
PHP / XML Web Services
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a language but instead a metalanguage that allows you to create markup languages.

Site: nicetutz.blogspot.com Report - View Tutorial

PHP Miscellaneous
Use phpdomxml to create a Guestook in Flash
PHP / Miscellaneous
In this tutorial we will see how to create and manage a simple Guestbook using an XML formatted file (with a simple XSL style-sheet). To do that we will create and parse the XML structure using an open source library for PHP which allow us to threat XML with DOM.

Site: www.sephiroth.it Report - View Tutorial

PHP XML Web Services
DOM XML: An Alternative to Expat
PHP / XML Web Services
There are many xml tutorials for php on the web, but few show how to parse xml using DOM. I would like to take this opportunity to show there is an alternative to the widespread SAX implementation for php programmers.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Processing XML with PHP
PHP / XML Web Services
In this tutorial you will learn the basics of using PHP to interpret XML.

Site: codewalkers.com Report - View Tutorial

PHP XML Web Services
Transforming XML with XSLT and PHP
PHP / XML Web Services
In this tutorial we will use XSLT to transform an XML document into an HTML document and use PHP's XSLT functions to apply those rules.

Site: codewalkers.com Report - View Tutorial

PHP XML Web Services
Parsing XML With PHP
PHP / XML Web Services
This article will present the concept of XML parsing using the PHP scripting language.

Site: www.wirelessdevnet.com Report - View Tutorial

PHP News and RSS Feeds
Displaying RSS Feeds on your Website Using PHP
PHP / News and RSS Feeds
RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this XML stream and display the information contained in it on your web site.

Site: www.codebeach.com Report - View Tutorial

PHP XML Web Services
Parse RSS/XML with PGP
PHP / XML Web Services
Learn how to parse a RSS + XML document with PHP.

Site: rmb-scripting.com Report - View Tutorial

PHP News and RSS Feeds
Creating Dynamic RSS Feeds with PHP and MySQL
PHP / News and RSS Feeds
In the very least bit of anything and everthing, you need to know the Basic syntax that exists with XML. XML is a very easy language to use/manipulate, seeing as how you can literally "make up" your own tags. Their are some set ones though that are highly useful for making RSS feeds.

Site: www.tutorialhive.com Report - View Tutorial

PHP XML Web Services
How to read XML using PHP DOM
PHP / XML Web Services
This tutorial will demonstrate the use of DOM extension in PHP to read contents of a XML file.

Site: www.geekpedia.com Report - View Tutorial

PHP Databases
Export Database Schema as XML
PHP / Databases
Sometimes it can be useful to have a dump of the current database schema. The script reads the schema from a MySQL database and outputs XML that describes the schema.

Site: www.webcheatsheet.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement