slides/sdphp/xml_overview.xml
Overview

1/28
Welcome!
Basic concepts
  • • A quick introduction to XML
  • • XML for serialization: WDDX
  • • Parsers and how they work
  • • How to mangle a simple XML document
  • • The functional programming way and the OOP way
  • • Faking a DOM XML-like structure with an event-driven parser
  • • Parsing made easy: xml_parse_into_struct() and some PEAR classes
  • • RSS: syndicating news. Creating and processing RSS documents