Wednesday 15 July 2009 1:06:11 am
Hi Peter,
many thanks. I will try it asap. I installed the extension swark and - in my desperation - did the following: ezPublish: {def $a = $childsub.data_map.contact.content.output.output_text |strip_tags | xmlwash() |simplify('\n')|simplify('\r')|nl2br}
call to javascript: map.addOverlay(createMarker(...., '{$a | str_replace("\r","") | str_replace("\n","")}' ));
And now it works. However, I prefer your version as then I would not have to install the extension swark and rebuild the ezgenerateautoload which is giving me other headaches, e.g. how to run php command on remote web-hosting server when only having ftp access?
However, many thanks :-) Anita
|