Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
|
I am trying to bulk upload some items to Froogle using an xml file. In that file, I have some dynamic php urls pointing to products in a catalog. I am getting errors, and the items are not getting uploaded. Google is no help at all. Here is the xml file:
Code:
<?xml version="1.0"?>
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
<channel>
<title>Strung By Design</title>
<description>Unique one of a kind handcrafted jewelry.</description>
<link>http://www.strungbydesign.com</link>
<item>
<title>Black Peacock Freshwater Pearl Choker with Earrings</title>
<description>This 15" Choker was designed using 7.5mm Black Peacock Round Freshwater Pearls, individually knotted on silk,with Swarovski Crystal Spacers. Sterling Silver Toggle Clasp. Matching Earrings are also on Sterling Silver (pierced).</description>
<g:condition>New</g:condition>
<link>http://strungbydesign.com/cart.php?target=product&product_id=48&category_id=3</link>
<g:location>Ohio</g:location>
<g:price>185.00</g:price>
<g:product_type>Handcrafted Jewelry</g:product_type>
<g:id>SC0047</g:id>
<g:image_link>http://strungbydesign.com/cart.php?target=image&action=product_image&id=48</g:image_link>
<g:quantity>1</g:quantity>
<g:payment_accepted>Visa</g:payment_accepted>
<g:payment_accepted>MasterCard</g:payment_accepted>
<g:payment_accepted>AmericanExpress</g:payment_accepted>
<g:payment_accepted>Discover</g:payment_accepted>
<g:payment_notes>Payment processed through PayPal - Free Shipping</g:payment_notes>
</item>
</channel>
</rss>
And the error I get from Froogle that doesn't allow me to upload:
Quote:
Ack! There was an internal system error. Please contact us with the error code "393 - XML decoder error".
The reference to entity "product_id" must end with the ';' delimiter.
|
Can anyone help me figure this out?
|