Hi Julio,
I'm not sure if I'm quite reading the error message properly, but it looks like 
there's a non-closed <HR> tag in the data:
<HR size="1" noshade="noshade">
To be valid XML, this would need to be self-closing:
<HR size="1" noshade="noshade" />
much like <br /> and <img ... /> tags.

Cheers,
John

-----Original Message-----
From: Julio Pemau Alonso [mailto:julio.pe...@bib.csic.es] 
Sent: 12 June 2017 11:35
To: sword-app-tech@lists.sourceforge.net
Subject: [sword-app-tech] SimpleXMLElement::__construct(): Entity: line 1: 
parser error

Hi, I'm using the EasyDeposit SWORD tool, when trying to make a deposit, 
in the final part, I get the following error.

ERROR - 2017-06-12 11:36:45 --> Severity: Warning  --> 
SimpleXMLElement::__construct(): Entity: line 1: parser error : Opening 
and ending tag mismatch: HR line 1 and body 
C:\xampp\htdocs\EasyDeposit\application\libraries\swordapp-php-library\swordappclient.php
 
126
ERROR - 2017-06-12 11:36:45 --> Severity: Warning  --> 
SimpleXMLElement::__construct(): ento.&lt;/u&gt;&lt;/p&gt;&lt;HR 
size=&quot;1&quot; noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache 
Tomcat/7.0.61&lt;/h3&gt;&lt;/body&gt; 
C:\xampp\htdocs\EasyDeposit\application\libraries\swordapp-php-library\swordappclient.php
 
126

Any suggestions?


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sword-app-tech mailing list
sword-app-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sword-app-tech

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sword-app-tech mailing list
sword-app-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sword-app-tech

Reply via email to