[PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
Hi All, I would like to know if there is any way to auto-indent the XML file when I add a new node in a docxml object and export the string of the created XML file with dumpmem() function... For example: $new = new_xmldoc(1.0); $root = $new-add_root(ROOT); $level1 = $root-new_child(LEVEL-1, );

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
+55 21 2515 7713 [EMAIL PROTECTED] www.bowneglobal.com.br -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 10:48 AM To: '[EMAIL PROTECTED]' Subject:[PHP] LIBXML- Auto-Indent - How do it? Hi All, I would like to know

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Christian Stocker
In 100984FEB15DD511BA9300104B6980760AC36B@EXCHANGE-RIO, Ricardo Junior wrote: The conversion to plain text mail format changed the correct indent that I need I'm needing it like this: ROOT LEVEL-1 LEVEL2/ /LEVEL-1 /ROOT Thanks !!! no need to scream here :)

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Christian Stocker
In 100984FEB15DD511BA9300104B6980760AC36B@EXCHANGE-RIO, Ricardo Junior wrote: The conversion to plain text mail format changed the correct indent that I need I'm needing it like this: ROOT LEVEL-1 LEVEL2/ /LEVEL-1 /ROOT Thanks !!! no need to scream here