Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dom and .net framework

Status
Not open for further replies.

Jacqui1811

Programmer
Joined
Jul 8, 2002
Messages
100
Location
SG
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top