Re: [PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Dan Allen
Excellent, looks like this bug report is getting some limelight. While we are on the topic, I just wanted to put in a small plea. I realize that we want to map close the W3C, but I have a small request. Don't deprecate get_content(). I realize it is not a well know W3C standard, but there is a

Re: [PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Christian Stocker
> From: Joseph Tate <[EMAIL PROTECTED]> > To: Php-Dev List <[EMAIL PROTECTED]> > Sent: Friday, June 07, 2002 11:16 AM > Subject: [PHP-DEV] DOMXML Function consistency > > > > A bug report or two have been made regarding function names in attribute > &g

Re: [PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Christian Stocker
Hi I have no problem with that, but the old functions should not be deprecated, it's the W3C-Standard way. And if i understood it correctly, both methods (name and nodeName) can be used for the same... chregu On Fri, 7 Jun 2002, Joseph Tate wrote: > A bug report or two have been made regarding

Re: [PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Garland foster
- Original Message - From: Joseph Tate <[EMAIL PROTECTED]> To: Php-Dev List <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 11:16 AM Subject: [PHP-DEV] DOMXML Function consistency > A bug report or two have been made regarding function names in attribute > nodes. Taking

[PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Joseph Tate
A bug report or two have been made regarding function names in attribute nodes. Taking a look, nodes have the following access functions: node_name node_type node_value etc. However attribute nodes have the following access functions: name value specified I am thinking that to make it more c