
Originally Posted by
numinix
Just two different functions written to make the descriptions look better. Yes you can run sanita on the title as well.
However, I've created an XML version which is complete. I'm currently waiting for Google to process my file before releasing publicly as there is an issue with bullets in the description. If the bullets were created using wingdings, they are very difficult to remove. If anyone has experience with sanitizing symbols such as a bullet (not created using <ul><li>...</li></ul>, but actual symbols cut and paste), please post your sanitization function. A simply $str = str_replace("•", "", $str); doesn't work and actually returns an error.
I even tried making the description only display letters, numbers, and spaces. The bullets still remained!