Quote Originally Posted by numinix View Post
1. 3. I haven't attempted to resolve this, but I've offered you the code to fix the issue twice now. It won't be included because most sites do not pre-process text beyond the default zen cart settings. By changing your site to sanitize the text before, you are making it difficult for all scripts to process the text again. Instead, text should be stored in the default method and each individual script that needs to make further sanitizations can do so itself (as do the feeders). You are asking for a fix to a non-default Zen Cart site and that simply will create more problems for others than it'll fix. For now, please run the str_replace line at the end of the zen_xml_sanitizer function to replace occurences of & with & or simply remove zen_xml_sanitizer from processing the titles and descriptions is you are positive your text is 100% valid XML.
I am not exactly sure what you're talking about here. We have simply use valid xhtml transitional when creating categories (which Zen Cart processes correctly). This is not some sort of custom code doing this. At any rate, I will look for the code you said you provided to apply the fix.

I will uninstall and reinstall the sql statements as the configuration is not sticking.

Thanks!