XML synthax error in structure.rdf.u8.gz

calande

Member
Joined
Mar 9, 2005
Messages
10
Hello,

I tried to parse structure.rdf.u8.gz and to dump it into a MySQL database, but my parser stopped on line 8210199 where it found a synthax error:
Code:
Fatal error: XML parser error (error code 73): > required
The error was found on line: 8210199
So far, I've imported almost 2 million rows :)
Code:
mysql> SELECT COUNT(*) FROM datatypes;
+----------+
| COUNT(*) |
+----------+
|  1867049 | 
+----------+
1 row in set (0.00 sec)
Cheers,

;)
 
This site has been archived and is no longer accepting new content.
Top