Invalid XML
Posted: Tue Jan 18, 2011 8:51 pm
Hi, I have downloaded an XML file through XMLTV GUI V3.14 and it has an error;
<programme start="20110121170000 +0000" stop="20110121172500 +0000" channel="UK_RT_482">
<title lang="en">Tracy Beaker Returns</title>
<desc lang="en">How this light but moving drama continues to deliver entertainment with punch is little short of miraculous. After more than 140 episodes it's as good as ever. This week, when everyone hears the story of two African brothers who have been left at the Dumping Ground, they decide to hide them in the attic in case anyone comes to send them homeĀ£&133;.</desc>
&133 is not valid and causes the following error in perl
not well-formed (invalid token) at line ...
and a similar error in java
Any chance of a fix? I can't correct it in perl via an XML parser as it crashes the parser (apparently this is what it is supposed to do).
<programme start="20110121170000 +0000" stop="20110121172500 +0000" channel="UK_RT_482">
<title lang="en">Tracy Beaker Returns</title>
<desc lang="en">How this light but moving drama continues to deliver entertainment with punch is little short of miraculous. After more than 140 episodes it's as good as ever. This week, when everyone hears the story of two African brothers who have been left at the Dumping Ground, they decide to hide them in the attic in case anyone comes to send them homeĀ£&133;.</desc>
&133 is not valid and causes the following error in perl
not well-formed (invalid token) at line ...
and a similar error in java
Any chance of a fix? I can't correct it in perl via an XML parser as it crashes the parser (apparently this is what it is supposed to do).