Anas Mughal wrote:
Could someone please share with me sample code for:

- Adding an XML node to an existing XML document.

http://www.php.net/manual/en/function.domnode-append-child.php
http://www.php.net/manual/en/function.dom-domnode-appendchild.php

- Modifying the value for a given XML node in an existing XML document.

http://www.php.net/manual/en/function.dom-domcharacterdata-replacedata.php

Please, RTFM

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to