Strip out   from podcast feed generated by pdoResources (or getResources)

I’m creating a podcast feed with getResources. Services like Youtube will fail to update when it comes across a non-breaking space character  . Is there a way to strip out, and replace, these tags from the feed being generated by getResources or pdoResources?

You could add a custom output modifier to the snippet call.
Or you could call getResources/pdoResources in a custom snippet and then further process the result.

There is also the possibility to add a custom plugin (usually on the event OnWebPagePrerender) to change the output of a resource.

1 Like

Thanks for the help. This output modifier seems to work on the getResources call that is assembling the podcast’s RSS feed.

[[getResources:replace=` == `? &tpl=`yourTpl` &limit=`10`]]