March 2002
Intermediate to advanced
528 pages
21h 29m
English
XML Parser
XML (eXtensible Markup Language) is a data format for creating structured documents. XML can be used to exchange data in a common format, or just as a simple and convenient way of storing document information. This extension provides access to an event-based XML parser. See Chapter 11 for a detailed discussion of using XML in PHP.
To use the XML functions, you must install expat and compile PHP with
the
--with-xml[
=DIR
]
directive.