- XML reference
-
w3schools.com - Using XML
The W3Schools reference and tutorial site for XML.
-
XML.com - XML
From the essentials to indepth overview of related topics for XML.
-
Informit.com - XML
Starting with DOM's object-based model, then covers SAX's the event-based model. It continues through a comprehensive list of all areas related to XML.
-
Xmlpitstop.com - XML resources
A portal for resources, discussions and information on XMl.
- XML basics
-
Tizag.com - XML tutorial
A step-by-step guide to using xml. From the basics of what's needed to start using xml to more advanced areas of xml.
-
Alistapart.com - Using XML
A tutorial to create a new XML-based markup language from scratch, and show what you can do with a document written in that language, using off-the-shelf tools.
-
Perfectxml.com - Beginners xml
A high level overview of terminology, examples, document structure, parsers, and transformation
-
IBM.com - New to XML
This page provides an overview for readers who want to learn about XML, but don't know where to start. Gives an overview and explains the various areas of XML with links to further information.
-
24ways.org - Client-Side XSL
An overview of using XSL. How to transform an ATOM feed into a customised page using XSL.
-
IBM.com - Introduction to XSLT
(Requires Registration.) How to create XSLT stylesheets. Covers the basics of XPath, which enables you to select specific parts of an XML document. Also covers more advanced capabilities of XSLT.
-
Webdevelopersjournal.com - XML to HTML
Converting XML to HTML using XSL. XSLT, a language used to specify the transformation of XML documents, takes an XML document and transforms it into another XML document. The HTML conversion is simply a special case of XML transformation.
- xml and php
-
PHPbuilder.com - XML and PHP
Using XML: A PHP Developer's Primer. This series of articles focuses on XML, its applications in modern day web development and how PHP fits into this niche.
-
Sitepoint.com - Introduction to xml
An excerpt is taken from the book 'No Nonsense XML Web Development with PHP'. Covers the basics of XML
-
Zend.com - XML and PHP5
An introduction to all the new exciting features PHP 5 has to offer regarding XML.
-
Sitepoint.com - PHP XSL
Transform your PHP with XSLT. How to set up and use an XSL processor in PHP. (PHP4)
-
Sitepoint.com - PHP XSLT
Get XSL To Do Your Dirty Work. A system built with XSL can do all the parsing and checking for you, designed from the ground up to convert custom tag-based documents into HTML pages. (PHP4)
-
Codewalkers.com - Transforming XML
Transforming XML with XSLT and PHP - use XSLT to transform an XML document into an HTML document and use PHP with XSLT functions to apply those rules.
