Hello,

On 11/27/2002 05:29 AM, Boris Kolev wrote:
  I want to know how i can export tree structure from Mysql table to
  XML
  mysql table structure is:
  ID - Group Unique Id
  P_ID - Parent Id
  Name - Name of group

  I want to make XML whit tree structure. Can some body help me!
You may want to try this class to compose nicely formatted XML documents:

http://www.phpclasses.org/xmlwriter

Or even this that already converts the XML data from and to MySQL:

http://www.phpclasses.org/mysql_xml

--

Regards,
Manuel Lemos


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

Reply via email to