RE: [PHP-DEV] DOMXML documentation From: Colin Viebrock (colin <email protected>)
Date: 01/24/01

> On Wed, Jan 24, 2001 at 01:00:02PM -0500, Colin Viebrock wrote:
> > Is there any way to convince someone to write more extensive
> documentation
> > on the DOMXML functions?
> Try to convince me :-)
>
> I'll see what I can do.

Well, I'm not asking much :)

a) List all the functions and their syntax.
   (e.g., domxml_new_xmldoc(), domxml_add_root() , aren't listed now)

b) List all the methods and properties for each of the DOM object types,
   and their syntax. (e.g. the DomNode object has a setattr() method ...
   how do you use it? the DomDocument object has a "standalone" property
   ... how do you set it?)

Right now, it's takes a bit of work to try and figure out how to parse
XML documents. But it takes a *lot* of work to try and figure out how
to *generate* XML documents.

-- 
Colin Viebrock
Co-Founder, easyDNS Technologies
http://www.easyDNS.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>