Re: CIAO.
[email protected] (Vegard Figenschou)
| Newsgroups | php.xml.dev |
|---|---|
| Organization | Hands-On Technology AS |
| Message-ID | <[email protected]> |
Valentina wrote: > Hallo to everybody. > I have a simple question to make you. Just I hope. > I use a function "domxml_xmltree" to create a tree of PHP objects from an > XML document. > Can somebody tell me if there is a function to generate the xml document > starting from a tree of php objects. > I would like to save a part of document in database during I read the php > tree. > I hope to have explained clearly the problem. > Kind regards. > Valentina. > Rome Italy. The php manual page for WDDX describes functions for serializing php objects into wddx xml-packages. http://de3.php.net/manual/en/ref.wddx.php There is also a method in PEAR SOAP wich is named serialize, but I don't know much about it. Regards! Vegard