我使用DOMDocument來編輯一些HTML文件,但一些主題在其名稱空間中。所以DOMDocument自動將空格更改爲%20,然後找不到它們。PHP DOMDocument錯誤實體'nbsp'未定義
這究竟怎麼看的錯誤:
Warning: DOMDocument::load() [domdocument.load]: Entity 'nbsp' not defined in file:///C:/Path/To/The/File/01%20c%2040-1964.html, line: 11 in C:/Path/To/class.php on line 51
你knouw如何修復這個錯誤?
預先感謝答案
如果不加載但追加XML數據並且出現此錯誤,則會出現相關問題:[DOMDocument appendXML with special characters](http://stackoverflow.com/q/4645738/367456) – hakre 2013-05-03 12:18:08