Quote Originally Posted by rxalex View Post
Hi Im having issues with inserting products , I get an XML error
0 of 1 items inserted - Processed on Apr 13, 2010 5:30 pm PDT

Detected file format: XML
Feed Level Messages
Error: XML formatting error - Error

Our system encountered an error when processing your data feed.
Learn more.
Examples:
Examples:
Line Nr. Column Nr.
14 82

Looks like the = sign is position 82 on line 13
which is
<link>http://www.** URL REMOVED **.com/index.php?main_page=product_info&products_id=15307&currency=USD</link>
Can you help me fix this?
I got the same problem when i started, then i played with the output file by replacing the & in the URL to &amp; I also changed the encoding of the XML Document in the first line to
<?xml version="1.0" encoding="UTF-16"?>

Now i am getting about 300 item listed but that is less than half of the items i want to list, Also i am wondering what encoding to use since i think my database encoding is missed up (It always show when i open the Admin page "This page is in Filipino. Translate it using google toolbar") even though all the text in English.

I also wounder if there is a way to have the & replaced automatically by &amp; in the configuration?