Re: [PHP-DEV] xml xinclude

2003-01-09 Thread Pawel
At 03:44 PM 1/8/2003 +0100, you wrote: At 15:35 08.01.2003, Pawel wrote: Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, theref

Re: [PHP-DEV] xml xinclude

2003-01-08 Thread Pawel
At 03:44 PM 1/8/2003 +0100, you wrote: Why not check for XML_XINCLUDE_START and XML_XINCLUDE_END or the libxml version in configure and make the necessary changes to the .c file? marcus Sure, support for XML_XINCLUDE_START and XML_XINCLUDE_END would be nice, but that task surpasses my understa

Re: [PHP-DEV] xml xinclude

2003-01-08 Thread Marcus Börger
At 15:35 08.01.2003, Pawel wrote: Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, therefore walking the xml tree after issuing $

[PHP-DEV] xml xinclude

2003-01-08 Thread Pawel
Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, therefore walking the xml tree after issuing $doc->xinclude() fails. The only wo