Re: [PHP] XML manipulation using PHP

2005-08-25 Thread Burhan Khalid

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



[PHP] XML manipulation using PHP

2005-08-11 Thread Anas Mughal
Could someone please share with me sample code for:

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

Thank you.
-- 
Anas Mughal


RE: [PHP] XML manipulation using PHP

2005-08-11 Thread Jay Blanchard
[snip]
Could someone please share with me sample code for:

- Adding an XML node to an existing XML document.
- Modifying the value for a given XML node in an existing XML document.
[/snip]

Have you looked at the documentation?

http://www.php.net/xml

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



Re: [PHP] XML manipulation using PHP

2005-08-11 Thread Jochem Maas

Jay Blanchard wrote:

[snip]
Could someone please share with me sample code for:

- Adding an XML node to an existing XML document.
- Modifying the value for a given XML node in an existing XML document.
[/snip]

Have you looked at the documentation?


hey Jay take it easy on the long words. ;-)



http://www.php.net/xml



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