Jacqui1811
Programmer
Hi guys.
Well I have a couple of xml pages that I access through the dom using php and the site has been working fine for a long while.
I installed .net framework last night and this morning I just keep getting dom errors .
Is it possible that installing the .net framework could have upset the configuration of my machine with reference to using the dom .
Any hints.
The erros are solved by altering the way I create an instance of the dom and load the xml from a file
using fopen(...) and then use domxml_open_mem(...) and
at the end of the function I call dom->free(). Instead of domxml_open_file().
I have cured the sypmtoms but still have no idea what messed things up in the first place
Well I have a couple of xml pages that I access through the dom using php and the site has been working fine for a long while.
I installed .net framework last night and this morning I just keep getting dom errors .
Is it possible that installing the .net framework could have upset the configuration of my machine with reference to using the dom .
Any hints.
The erros are solved by altering the way I create an instance of the dom and load the xml from a file
using fopen(...) and then use domxml_open_mem(...) and
at the end of the function I call dom->free(). Instead of domxml_open_file().
I have cured the sypmtoms but still have no idea what messed things up in the first place