xmlwriter 2.0.4

Provides fast, non-cached, forward-only means to write XML data. This PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)


This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.

License: PHP

Changes

- #6267, Implement xmlTextWriterWriteRaw
- #6266, Implement xmlTextWriterFullEndElement
-#6177, xmlwriter_write_dtd_element inconsistent parameters between function/method