Closed (fixed)
Project:
XLIFF Tools
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 03:54 UTC
Updated:
19 Mar 2010 at 04:00 UTC
DOMDocument::loadXML() [<a href='domdocument.loadxml'>domdocument.loadxml</a>]: Entity 'nbsp' not defined in Entity, line: 3 in modules\xliff\xliff.module on line 129.
DOMDocument::loadXML() [<a href='domdocument.loadxml'>domdocument.loadxml</a>]: Entity 'mdash' not defined in Entity, line: 3 in modules\xliff\xliff.module on line 129.
http://usphp.com/manual/en/function.dom-domdocument-loadxml.php#74848
I can't export nodes with HTML special characters. Any ideas what should I check or modify?
The node is valid XHTML.
Comments
Comment #1
pasqualleAdding the doc type into loadXML seems like to work.
Comment #2
pasqualle