Closed (fixed)
Project:
XLIFF Tools
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2009 at 00:28 UTC
Updated:
5 Mar 2010 at 03:57 UTC
It refuses to work on one page, where I use a lot of inline html and swf giving the following error:
warning: DOMDocument::loadXML(): error parsing attribute name in Entity, line: 2 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): attributes construct error in Entity, line: 2 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Couldn't find end of Start Tag table line 1 in Entity, line: 2 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Opening and ending tag mismatch: body line 1 and table in Entity, line: 14 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 21 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): attributes construct error in Entity, line: 21 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Couldn't find end of Start Tag a line 21 in Entity, line: 21 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Opening and ending tag mismatch: td line 19 and a in Entity, line: 21 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Opening and ending tag mismatch: tr line 18 and td in Entity, line: 22 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 23 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): EntityRef: expecting ';' in Entity, line: 23 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Opening and ending tag mismatch: table line 16 and tr in Entity, line: 29 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Opening and ending tag mismatch: html line 1 and table in Entity, line: 30 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 32 in /httpd/html/martinalacamcom/www/sites/all/modules/xliff/xliff.module on line 129.
Comments
Comment #1
gábor hojtsyDoes am XML validator say your document is a valid XML document? Looks like there are some unclosed attributes.
Comment #2
pasqualleIssue without response. Closing..
This might be fixed in 6.x-2.x