Re: [PHP] libxml in PHP 5

2003-08-14 Thread Analysis & Solutions
Hey Folks: Adam replied to my message on another mailing list. I'm reposting it here for public edification and education, with a disclaimer from him that what he knows is from discussions on the php-dev mailing list, not first hand experience... From: Adam Maccabee Trachtenbe

[PHP] libxml in PHP 5

2003-08-12 Thread Analysis & Solutions
Hey Folks: I'm starting to use PHP 5 on my development machine. The primary XML parser is changing from expat to libxml. I was curious about the change, so sought documentation of the new libxml stuff on the PHP site but haven't been able to find any. Perhaps someone can steer me toward such do

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: > > > > > > > > Thanks !!! no need to scream here :) here's a function

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: > > > > > > > > Thanks !!! no need to scream here :) here's a function,

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

2001-12-17 Thread Junior, Ricardo
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 if there is any way

[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

2001-10-24 Thread php
IL PROTECTED] Subject: Re: [PHP] libxml On Wednesday 24 October 2001 11:38, php wrote: > Firstly, > I use php 4.0.5 and libxml 2.3.9 on several machines without any problem. Older php and libxml combinations however caused many segmentation faults, especially with not well-formatted xmls.

Re: [PHP] libxml

2001-10-24 Thread Tamas Arpad
On Wednesday 24 October 2001 11:38, php wrote: > Firstly, > I use php 4.0.5 and libxml 2.3.9 on several machines without any problem. Older php and libxml combinations however caused many segmentation faults, especially with not well-formatted xmls. Are you sure that you warning message is rel

[PHP] libxml

2001-10-24 Thread php
Firstly, thanks to those who replied to me last week about xmldom support with this error: Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 I've since tried a few combinations of versions of libxml, and expat (dont know if expat would matter), any was wondering if