Description
Legacy PHP 5.6 applications can generate XML documents programmatically with a writer-style API. This helps old exporters, feeds, document generators, and integration services produce structured XML more reliably.
It is a PHP extension for compatibility. Generated XML should still be escaped, encoded, and validated correctly, especially when values come from users or databases.