hi, kind of a dumb question, i am playing around with XML, everything works fine up to the point when i try to use "remove_child()" or "unlink_node()"
i get this error: "Call to undefined function: remove_child() "
or "Call to undefined function: unlink_node() "
I am running php 4.1.2
is there an alternate way to remove a node? i am not even sure where to look for the functions available on my installation.
thanks a lot for your help