PHP·98 questions

How to parse XML?

Answer
simplexml_load_string() — simple.
simplexml_load_file().
DOMDocument — more powerful.
XMLReader — for large files.
XPath for searching.
Was this answer helpful?

More questions in this topic

Related questions from other topics