View Single Post
  #2 (permalink)  
Old 07-23-2008, 04:44 PM
David Powers
 
Posts: n/a
Diggs:
Default Re: using xml rss feeds in dreamweaver

kraleigh wrote:
> Now when I load the page on my computer I have this error:
> Fatal error: Call to undefined method domdocument::loadXML() in


domdocument::loadXML() is part of the DOM extension, which is part of
core PHP 5. So if you're getting that message, it sounds as though you
have a sick installation.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Reply With Quote