Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-28 Thread Alessandro Rossini
> And what DOM library, which is compatible with PHP 5.0 and PHP 4.4 can > I use to avoid the conflict I currently have? In PHP4 I never used any DOM implementation, I started to use DOM only after the PHP5 release, so I'm not the best to answer your question. :) Anyway I think that there is some

Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-27 Thread Andrew Kachalo
And what DOM library, which is compatible with PHP 5.0 and PHP 4.4 can I use to avoid the conflict I currently have? On жовт 27, 2005, at 23:32, Alessandro Rossini wrote: Please guide me what can I do to make my code work without changing it? DOM implementation in PHP5 is completely new, and

Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-27 Thread Alessandro Rossini
> Please guide me what can I do to make my code work without changing it? DOM implementation in PHP5 is completely new, and you can't have the same in PHP4. I think that the most reasonable solution will be change the hosting to another with PHP5 support... Best regards. -- Alessandro 'Aronnax