Reply To: Keep html inside feed rss
Is not correct but I’m sure is possible, I saw some xml with html inside the CDATA. Thanks anyway.
View ArticleReply To: Keep html inside feed rss
You cannot “display” HTML in an RSS feed. In fact, RSS feeds are not meant for display at all.
View ArticleReply To: Keep html inside feed rss
Exactely but the problem is that I need to display html inside the Rss while at the moment text has not any html tag. Do you have any idea on how to display html inside rss?
View ArticleReply To: Keep html inside feed rss
In that case, you should just pull in the RSS feed and parse it via your feed aggregator.
View ArticleReply To: Keep html inside feed rss
What I need is to aggregate my rss with html tags into an application.
View ArticleReply To: Keep html inside feed rss
If you want to use something similar within your site, then you shouldn’t be using RSS in the first place. Plugin in your own RSS feed on the site causes a loopback and may result in performance...
View ArticleReply To: Keep html inside feed rss
He esmi, I know that is not correct, but in this case I only want to use rss for my internal needs. Hope you can help me. Thanks
View ArticleReply To: Keep html inside feed rss
RSS feeds and readers do not allow HTML. If you want your RSS feed to be read by the greatest number of readers and aggregators, leave it alone.
View Article