> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to