On Mon, 26 Jul 2004 19:19:56 +0200, Erik Franzén <[EMAIL PROTECTED]> wrote: > The docs for PHP5 and dom xml is not written yet,
yes they are: http://www.php.net/dom > so I tried to find > information about load and save methods on the w3c site, but I didn't > find anything. You didn't look good enough ;) http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/ > What's is the PHP5 eqvivalent to domxml_open_mem in PHP4? DomDOcument::loadXML(); Further readings: http://php5.bitflux.org/phpconf2004/slide_68.php and http://zend.com/php5/articles/php5-xmlphp.php chregu > > /Erik > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php