Find and replace multiple
-
Hi,
Using [alg_product_description], the plugin generates a long list of product specifications.
These specifications include:- 1.7“
- SIM 1 & SIM 2
..and many more.
The website which will be reading the XML the plugin is generating asks that:
special chars needs to be replaced into HTML special chars:
‘ is replaced with '
” is replaced with "
& is replaced with &
< is replaced with <
> is replaced with >So my question is:
How can i use the find/replace shortcodes for multiple characters, multiple times?
<description>[alg_product_description find=””” replace=”"” find=”&” replace=”&” ]</description> does not do the trick.Please also note that we can not use <![CDATA[ for the description field.
Thank you,
- The topic ‘Find and replace multiple’ is closed to new replies.