
Originally Posted by
hypercoyote
Is this the fix:
// $str = str_replace(array("<", ">"), array("<", ">"), $str);
// 10-01-2009 Updated to correct quotation marks and ampersands in product titles and descriptions
$str = str_replace(array("lt;", "gt;", "quot;", """, "amp;"), array("<", " &qt; ", """, "\"", "&"), $str);
I put it in my code but as far as I can tell, it didn't make a difference. When you put in &'s and >'s, do you store them in XML friendly format into your table or do you store them in plain format? I actually have it in their both ways
Media > DVDs & Videos
and
Media > DVDs & Videos
both of them still come out as
Media gt; DVDs amp; Videos
in the feeder xml.
I mean, do I need to put quotes around them or do something else?
Bookmarks