Hi there, I was wondering if anyone can help sort a little issue I have. basically we have a component installed called Jumi and on one of our pages this comopnent uses a text string to refrence an xml feed and display it however to get the feed to display I have to wrap the text string which refrences it in the no translate tags so the string looks like this:
<div class="notranslate">
<p>{jumi [jumi/xml_feed.php]}</p>
</div>
This does display the feed however it does not translate the content of the feed. Is there anyway I can get this to work?