Logo name

Practical PHP Programming:XML and XSLT

From IpbWiki

  • Currently0.00/5
Jump to: navigation, search

We all know that XML has great advantages going for it - it is human-readable, cross-platform, and easily converted into other forms. However, we all also know that it is not the fastest kid on the block when put up against binary formats.

So, how does a web developer harness the power of XML, whilst retaining as much performance as possible? Simple - use PHP's exceptionally fast XML module!

This chapter will teach XML parsing and manipulation using PHP, and requires that you are familiar with PHP as a language. Some familiarity with XML is required, although XML syntax and grammar is not mentioned in detail - the focus is PHP.

Topics covered in this chapter are:

  • Standard XML manipulation
  • "SimpleXML" – the fast and easy way to use XML
  • XSL and transforming XML


Chapter contents

Practical_PHP_Programming:Introduction to XML

This page was last modified on 20 October 2006, at 12:25.  This page has been accessed 1,871 times.  Content is available under GNU Free Documentation License 1.2Disclaimers