Chapter 12. XML from PHP, Server Side

Table of Contents

References for this Lesson
Solutions to Last Weeks Assignments
SAX, Simple Accessible XML
DOM, Document Object Model
SimpleXML
Differentiating Between Methods

Todays lesson too, involves manipulating xml programmatically. Again this means through a high level programming language. Last week we saw how JavaScript was up to this. Most high level languages have similar APIs for this task. This week I will show you how it works in PHP.

[Dyk05] Chapters 12-14.

[Mye05] Parts of chapters 4 and 5. (Handouts).