Re: [PHP-DEV] domxml questions

2002-05-18 Thread Rob Richards
So then can I safely assume that the functions arent really depreciated then? If the functions were to be depreciated there really isn't a replacement for them implemented yet. As far as the set_node_value, I had just mentioned that as according to the docs the functions were being depreciated

Re: [PHP-DEV] domxml questions

2002-05-18 Thread Christian Stocker
On Sat, 18 May 2002, Lukas Schroeder wrote: > On Sat, May 18, 2002 at 10:05:32AM -0400, Rob Richards wrote: > > I have been going through the latest domxml extension and have a few > > questions about it. Looking at the docs, it is indicated that > > set_content and get_content are depreciated.

Re: [PHP-DEV] domxml questions

2002-05-18 Thread Lukas Schroeder
On Sat, May 18, 2002 at 10:05:32AM -0400, Rob Richards wrote: > I have been going through the latest domxml extension and have a few > questions about it. Looking at the docs, it is indicated that > set_content and get_content are depreciated. > > set_content - Create a new node with e.g. DomDoc

[PHP-DEV] domxml questions

2002-05-18 Thread Rob Richards
I have been going through the latest domxml extension and have a few questions about it. Looking at the docs, it is indicated that set_content and get_content are depreciated. The new functions from the docs, however, do not really make sense. set_content - Create a new node with e.g. DomDocumen