Even though my phpinfo() shows my DOM as enabled, when I try to call it I get an error that the class was not found. I have tried this both on MAMP and on our IIS server and the same thing happens. We a开发者_Python百科re running 5.2+ versions of PHP. Anyone have any thoughts about this?
There is no DOM
class, it's DomDocument
.
精彩评论