xmlwriter
Provides fast, non-cached, forward-only means to write XML data.
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.
PHP
rrichards
Rob Richards
rrichards@php.net
lead
pajoye
Pierre-Alain Joye
pajoye@php.net
developer
2.0.2
2005-12-01
stable
- fix build under 5.0
- fix crash when XMLWriter is instantiated but not used
- Switch from BSD-like license to PHP License 3.01
2.0.0
2005-08-07
stable
fix tests using UTF-8
move to stable state
1.1.0
2005-05-24
beta
Add OO interface (php5 only)
Add test cases
2.0.1
2005-11-15
stable
- Switch from PHP License to BSD-like license
- Allow recursive calls to __get/__set for different properties (ilia)
1.0
2005-05-02
stable
Many Bug Fixes
Use PHP streams under PHP 4
Add xmlwriter_flush function to flush buffer
Add support for xmlTextWriterStart/EndComment
0.1
2004-07-20
alpha
Initial Release
0.2
2004-10-08
alpha
Fix bug 2482 and other function parameters