When
writing a recipe for a news site, one typically declares which HTML tags are to be removed, using e.g.
and related attributes. Now the RSS feed of German state news
Tagesschau also links to articles at other sites, like for example
NDR. Is it possible to have different
, depending on the URL of the article?
Also, it is possible to combine different RSS feeds, using the
array. I was also wondering how one would deal with that, if they need different
.