General Parser Types
- Event Based
- Goes through XML line by line
- Read only
- SAX (Simple API for XML)
- Tree Based
- Places entire XML document into memory
- Can move around, read and (often) write
- DOM XML (Document Object Model)
- SimpleXML
| < XML Data: Sample and Explanation (Previous) | Table of Contents | (Next) PHP's Other Parsers > |