[PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Andi Gutmans
Hey, Is there any place the updated SimpleXML, DOM, XSL extensions are documented? I don't think they are in the PHP manual. This is crucial to get the word out because I've gotten quite a few queries from people who don't know about the new XML features. Andi -- PHP Internals - PHP Runtime

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Kevin Waterson
This one time, at band camp, Andi Gutmans [EMAIL PROTECTED] wrote: Hey, Is there any place the updated SimpleXML, DOM, XSL extensions are documented? I don't think they are in the PHP manual. This is crucial to get the word out because I've gotten quite a few queries from people who

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Christian Stocker
My slides from my talk about XML in PHP5 are here: http://slides.bitflux.ch/phpconf2003/ examples are here http://slides.bitflux.ch/phpconf2003/examples/ And Sebastian's slides (in german) are here: http://www.sebastian-bergmann.de/blog/ maybe that helps for a start in really documentating

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Andi Gutmans
As one of PHP 5's main improvements is XML how about making a small section on php.net dedicated to it? I mean the manual is of course a must but I think it'd be nice to give it some more exposure. Maybe a first step would to be slides and stuff you guys wrote up there? Andi At 10:06 AM

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Shane Caraveo
I wonder if there is some way to transform the w3c dom documentation. That would be a quick-n-dirty way to get the documentation for the dom extension into php.net docs. Then it could be updated to be more php-ish, and examples could be pulled from the various talk slides. Shane Andi Gutmans