My feed was working fine until the end of the month when this error appeared which means my rss and podcast feeds just dont work: line 800, column 0: XML...
1806
Bill Kearney
wkearney99
Nov 4, 2008 3:25 pm
Short answer: You've got a ton of formatting junk in the feed. Take it out. Long(er) answer is feeds are designed to carry textual info and small amounts of...
1807
Randy Morin
randymorin
Nov 4, 2008 4:13 pm
Bill, I think that's your opinion and likely the intent of RDF RSS, but RSS 2.0 specifically allows for markup and style (formatting junk). Many RSS clients...
1808
neilm_365
Nov 4, 2008 4:29 pm
Thanks Randy I just wasted three days switching off plug ins, deleting &'s, checking code and unpublishing posts trying to fix it but it turns out I'd been...
1809
neilm_365
Nov 4, 2008 4:30 pm
I think what happened is I got hacked. Just got this email from a programmer friend of mine: I'm afraid it looks like your site has been hacked - if it's...
1810
rb.ponnaih
Nov 17, 2008 4:58 pm
I am not able to publish my blogpost in Tamilmanam.net. I tried everything, but it shows that please check your RSS Feed. Please explain what is wrong with...
1811
rb.ponnaih
Nov 17, 2008 4:58 pm
I am not able to publish my blogpost in Tamilmanam.net. I tried everything, but it shows that please check your RSS Feed. Please explain what is wrong with...
1812
kengorman238
Nov 19, 2008 10:47 pm
Feed Validator reports my feed is valid but recommends I fix a misplaced item: "all item elements should appear after all of the other elements in a channel."...
1813
Charles Iliya Krempeaux
supercanadian@...
Nov 19, 2008 10:57 pm
Hello, On Wed, Nov 19, 2008 at 1:27 PM, kengorman238 <ken@...> wrote: [...] ... Your need is valid. The complaint it makes, though, is a ...
1814
Ken Gorman
kengorman238
Nov 21, 2008 12:27 am
Charles, thanks for tip, I'll check it out. (I recall seeing somewhere, but can't remember where, that the <atom...> line goes after the last item, and that's...
1815
Sam Ruby
sa3ruby
Nov 21, 2008 2:12 am
... Exactly right. If I'm misinterpreting the RSS Profile, let me know and I will correct the feedvalidator. Meanwhile all the feedvalidator is attempting to...
1816
Ken Gorman
kengorman238
Nov 21, 2008 10:05 am
I realize it's just a recommendation, but I'm trying to be as "clean" as possible. I'm wondering if the validator is correct or not regarding placement of that...
1817
gandhirajendran
Nov 21, 2008 10:05 am
Hi Everyone, This is my first post in this Forum. We are developing one RSS client. To validate the XML i need some clarification on the RSS 2.0 specification....
1818
Randy Morin
randymorin
Nov 21, 2008 10:51 am
... some ... Yes, they can have multiple items with the same title. ... if ... pubDate of channel can be updated more frequently than when pubDate of an item...
1819
rcade
Nov 21, 2008 2:41 pm
... You're interpreting the profile correctly. It has this recommendation in the Channel section: "All item elements SHOULD appear after all of the other...
1820
rcade
Dec 6, 2008 3:48 pm
FriendFeed is working on Simple Update Protocol (SUP), a means of discovering when feeds on a particular service have been updated without polling the...
1821
rcade
Dec 6, 2008 4:45 pm
After posting I found an alternative idea employed by Six Apart -- an update stream in Atom format with updates from any TypePad or Vox blog: ...
1822
rcade
Dec 6, 2008 4:57 pm
I added an issue to SUP's home page on Code.Google.Com about the use of invalid RSS: http://code.google.com/p/simpleupdateprotocol/issues/detail?id=3 That page...
1823
Charles Iliya Krempeaux
supercanadian@...
Dec 6, 2008 7:43 pm
Hello, ... AFAIK, Atom requires you to use URLs for non-standard "rel" attribute values. So what SUP is doing for the "rel" attribute is correct. ... You...
1824
rcade
Dec 7, 2008 1:13 am
... Interesting -- I wasn't aware of that. I tried to check it in the Atom format spec, but I don't understand this sentence: "The value of "rel" MUST be a...
1825
Aristotle Pagaltzis
a22pag
Dec 7, 2008 8:31 am
... The sentence directly following that one. If a name is given, implementations MUST consider the link relation type equivalent to the same name registered...
1826
Charles Iliya Krempeaux
supercanadian@...
Dec 7, 2008 9:17 am
Hello, ... [...] ... Well, obviously anyone can create an Atom URL/URI/IRI/whatever-you-want-to-call-them "rel" extension... and I've even done it for "in...
1827
Sam Ruby
sa3ruby
Dec 7, 2008 6:13 pm
... Neither place any limits on the number of atom:link elements in such contexts. Atom links with a rel="self" are already commonplace in RSS 2.0 feeds. -...
1828
rcade
Dec 7, 2008 7:03 pm
... True. But the documentation for SUP doesn't say that RSS publishers should use atom:link in their feeds to define a provider. The docs just say to add a...
1829
Charles Iliya Krempeaux
supercanadian@...
Dec 7, 2008 8:38 pm
Hello ... Seems like quite the hack. -- Charles Iliya Krempeaux, B.Sc. http://changelog.ca/...
1830
James Holderness
james_holder...
Dec 8, 2008 12:33 am
... I know Google uses IRI-based relationships in number of their feeds. Have a look on Google calendar and Picasa for some examples. Not that I'd necessarily...
1831
prashan
pwaniga
Jan 23, 2009 1:18 pm
Hi everyone, Is there a function in php to check if the date is in the RFC-822 date format? I would greatly appreciate your help. prashan...
1832
rcade
Jan 23, 2009 3:25 pm
... What language are you coding in?...
1833
secou
sogloubina
Feb 2, 2009 3:26 pm
Hi, I try to be precise in a generic and popularized RSS definition for non coders. RSS is an XML dialect. It can handle external namespaces declared by...
1834
Aristotle Pagaltzis
a22pag
Feb 2, 2009 3:47 pm
... “RSS is an XML vocabulary.” ... “It can incorporate other vocabularies if they have a namespace. Namespaces must be declared with `xmlns`...