irl Posted December 8, 2010 Share Posted December 8, 2010 Hello,When generating XML files google base and other applications, how would remove formatting tags <style> etc in XML/description for example.Also when generating the files would be possible to ignore the products without price (price 0)ThanksSolved: . "<![CDATA[" .strip_tags($Product['description_short'])." - " .strip_tags($Product['description'])."]]>\n" Link to comment Share on other sites More sharing options...
Kash123 Posted April 27, 2011 Share Posted April 27, 2011 Thank you for this single solved post.It helped me a lot. Link to comment Share on other sites More sharing options...
Recommended Posts