Re: [PHP] PHP5 Bug with DOMDocument->xinclude

2004-07-21 Thread Siddharth Hegde
Cool that worked :-) Thanks. BTW your presentation on your site was very useful. - Sid On Wed, 21 Jul 2004 13:25:11 +0200, Christian Stocker <[EMAIL PROTECTED]> wrote: > > > On Wed, 21 Jul 2004 16:02:54 +0530, Siddharth Hegde <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can anyone tell me if they

[PHP] PHP5 Bug with DOMDocument->xinclude

2004-07-21 Thread Siddharth Hegde
Hi, Can anyone tell me if they faced a similar problem. When I manually save the following line into an file, it works But if I remove this line, and add it dynamically using the following code, and only after that call $xml_file->xinclude(); it does not work $new_node = $xml_file->createElement