Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 657 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 657 Bytes

xml

This PHP extension implements support for James Clark's expat in PHP. This toolkit lets you parse, but not validate, XML documents. It supports three source character encodings also provided by PHP: US-ASCII, ISO-8859-1 and UTF-8. UTF-16 is not supported.

This extension lets you create XML parsers and then define handlers for different XML events. Each XML parser also has a few parameters you can adjust.

Platform Url
PHP.net https://www.php.net/manual/en/book.xml.php