My blog feed is no longer polled
-
My blog feed is no longer polled and I can neither edit nor delete its CP entry: [Articles/BlogFeedList.aspx?amid=10718738](https://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=10718738)
-
My blog feed is no longer polled and I can neither edit nor delete its CP entry: [Articles/BlogFeedList.aspx?amid=10718738](https://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=10718738)
Your RSS feed format is broken. It looks like you are HTML encoding the links to your articles as tags, among other things. Matthew
"Time flies like an arrow. Fruit flies like a banana."
-
Your RSS feed format is broken. It looks like you are HTML encoding the links to your articles as tags, among other things. Matthew
"Time flies like an arrow. Fruit flies like a banana."
I can't see that it's broken. The content of the link element has the same format as in previous posts. It's the same format as in the previous posts that have been pulled successfully by CP
-
Your RSS feed format is broken. It looks like you are HTML encoding the links to your articles as tags, among other things. Matthew
"Time flies like an arrow. Fruit flies like a banana."
Speaking of not encoding things properly... ;P You forgot to HTML-encode the
<a rel="nofollow noopener">
in your message.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
I can't see that it's broken. The content of the link element has the same format as in previous posts. It's the same format as in the previous posts that have been pulled successfully by CP
For example the link for your first article in the feed is <link><a href="https://web-engineering.info/node/83">Read more</a></link> when it should look like <link>https://www.codeproject.com</link>
"Time flies like an arrow. Fruit flies like a banana."
-
I can't see that it's broken. The content of the link element has the same format as in previous posts. It's the same format as in the previous posts that have been pulled successfully by CP
It looks like it may be the <?xml version="1.0" encoding="utf-8" ?> that is at the beginning that is confusing things. If I remove that from the response from your site, then MS Edge can parse the feed. Presumably, we could as well.
"Time flies like an arrow. Fruit flies like a banana."
-
It looks like it may be the <?xml version="1.0" encoding="utf-8" ?> that is at the beginning that is confusing things. If I remove that from the response from your site, then MS Edge can parse the feed. Presumably, we could as well.
"Time flies like an arrow. Fruit flies like a banana."
or change the tag to a tag. It looks like you have a mixture of RSS and Atom going on.
"Time flies like an arrow. Fruit flies like a banana."
-
It looks like it may be the <?xml version="1.0" encoding="utf-8" ?> that is at the beginning that is confusing things. If I remove that from the response from your site, then MS Edge can parse the feed. Presumably, we could as well.
"Time flies like an arrow. Fruit flies like a banana."
Matthew, I don't think the XML declaration is a problem, after all, RSS Feed is an XML format. I also don't think that anything has changed on my blog website, so the feed is the same as in the past, when pulling the posts from it worked well. I didn't post anything for a year, but that should also not create a problem? I just deleted my blog from CP, and then added it again. This has triggered the successful pulling of my newest post. So the problem is not the format of the feed. -Gerd