Hi Dan,

>From many testing, finally I tweak my rssfeed that Google reader can
accept. Then I test it in FeedBurner http://feedburner.google.com/ .
Unfortunately FeedBurner did not accept it. The validation said:

line 42, column 0: Missing atom:link with rel="self" [help]

I go to the help page, which said:

=======================================
http://feedvalidator.org/docs/warning/MissingAtomSelfLink.html
Message

Missing atom:link with rel="self"

Explanation

According to the RSS Advisory Board's Best Practices Profile,
identifying a feed's URL within the feed makes it more portable, self-
contained, and easier to cache. For these reasons, a feed should
contain an atom:link used for this purpose.

Solution

If you haven't already done so, declare the Atom namespace at the top
of your feed, thus:

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>

Then insert a atom:link to your feed in the channel section. Below is
an example to get you started. Be sure to replace the value of the
href attribute with the URL of your feed.

<atom:link href="http://dallas.example.com/rss.xml"; rel="self"
type="application/rss+xml" />
====================================

Do you think this worth to fix? There are so many people use
FeedBurner as their permanent feed link. I have 3100+ rss subscribe
readers there. If I can't transform the feed link to my BoltWire
wikiblog, it would be a very big lost.

Cheers, linly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to