Re: [PHP-DB] SimpleXML broke while I was sleeping.
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
> This is the error message I now get: > *Warning*: SimpleXMLElement::__construct() > [simplexmlelement.--construct<http://www.theredshirts.com/test/simplexmlelement.--construct>]: > http%3A%2F%2Fwww.wowhead.com%2F%3Fsearch%3DAngelista%27s%2BSash%26xml:84: > parser error : Entity 'nbsp' not defined in * > /home/thered/public_html/test/config.php* on line *28 Looks like the xml contains ' ' chars now - which are not valid in xml context it seems. Not sure if '&nbsp;' is valid but you'll have to work it out. Take the xml, save it to your desktop, try to show it in IE (if using windows of course :P). It will show errors. Once you work out how to fix it, modify your script accordingly. -- Postgresql & php tutorials http://www.designmagick.com/