WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this Article to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES SUBMIT AN ARTICLE PRINT
Title : More PHP, XML and XSL for Wireless Content
Categories : PHP, XML, XSL, Wireless
devarticles
devarticles
Date : 2004-07-16
Grade : 3 of 5 (graded 1 times)
Viewed : 6019
Search : More Articles by devarticles
Action : Grade This Article
Tools : My Favotite Articles


  Submit your own code examples 
 


In this article, Jason will demonstrate how to use PHP with XSL to manage your XML data in numerous wireless technologies.

Overview

This article is another illustration of why using PHP with XSL to transform XML data to various presentation layers is beneficial. With that being said this article will demonstrate how to present the same data to several different wireless technologies using PHP and XSL, instead of an article completely focused on PHP and XSL.

There are plenty of articles on the web that already do this, but most them only focus on presenting data through HTML. This is what this article is for to give more examples of XSL other then with HTML. A recent article on "Using PHP and XSL to Transform XML into Web Content" by Benson Wong is available at Zend.com.

As well an installation on how to do a "Step by Step Install of Apache PHP SSL and more", also includes XSL module, is available at http://www.jasonlam604.com/. As well you can refer to http://www.xslt.com or http://www.w3schools.com/default.asp for more information on XSL.

Brief Recap of XSL and XML

XSL (eXtensible Stylesheet Language) is used to transform XML into data/form for a particular device whether it be a screen, voice or paper so that it can understand what the XML data is. Reason being XML tags are not predefined so devices like browsers are unable to understand XML and that is what XSL is for. At the same time it allows for different stylesheets to be applied to the same XML data for different devices as the following examples will show.

Read More...









Injecting XML Content Into Page Templates With patXMLRenderer (part 1)
Categories : PHP, XML, Templates
Build Your Own KlipFolio Klip With PHP
Categories : XML, Content Management, PHP
Data, its presentation and user interface forms
Categories : PHP, XML, User Interface
Converting XML Into a PHP Data Structure
Categories : PHP, XML
PHP 101 Part 11 of 15 : Sinfully Simple
Categories : PHP, SimpleXML, XML
Building XML Trees with PEAR's XML_Tree Class
Categories : PHP, Pear, XML
Serializing XML With PHP
Categories : PHP, XML, Serialize
Building a Generic RSS Class With PHP
Categories : PHP, XML, Rich Site Summary (RSS), PHP Classes
Parsing XML With DOMXML And PHP
Categories : XML, PHP
Building XML Web Services with PHP NuSOAP
Categories : PHP, NuSOAP, XML
Web database Information Flow
Categories : PHP, MySQL
Using PEAR HTML_Template_IT For Modular Interface Design
Categories : PHP, PEAR, Templates
Writing Self-Documenting PHP Code
Categories : PHP, Documentation
Setup and Install Apache and PHP4 on Windows
Categories : PHP, PHP Configuration, Apache, Windows 2000
Create Your Own Search Engine with PHP and Google Web Services
Categories : PHP, Search, Web Services