Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
rss.php in 4.0.3, missing opening "channel" element?
Sorry if I’m wrong, I’ve not reported bugs before. I posted about it here, in a follow-up to Feed Weirdness.
Offline
#2 2005-12-31 22:53:57
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: rss.php in 4.0.3, missing opening "channel" element?
What are we supposed to be looking at?
Alex
Offline
#3 2006-01-01 08:38:18
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rss.php in 4.0.3, missing opening "channel" element?
Actually, the validator says that it is the mandatory description
element that is missing. In RSS 0.92, it was optional and so it’s never been in the Txp feeds. However, the feed validator doesn’t truly support any RSS version except RSS 2.0, despite its claims, as RSS 2.0’s spec are the rules it validates all RSS against.
Offline
Re: rss.php in 4.0.3, missing opening "channel" element?
Sorry guys, I guess false report. The two feeds I was troubleshooting both seem to be working now in Sage. They were…
http://wion.com/?rss=1§ion=journal
http://colloquialtongue.com/?rss=1§ion=articles
I see what you mean, mary. I misinterpreted Feed Validator’s message: <code>Missing channel element: description</code>. I saw “missing channel element” and thought, OK, it’s missing a “channel” element.
For the record, I was following Kurt’s Troubleshooting Feed Issues post before reporting anything.
Again, sorry. All seems to be well.
Offline
#5 2006-01-01 23:08:34
- KurtRaschke
- Plugin Author
- Registered: 2004-05-16
- Posts: 275
Re: rss.php in 4.0.3, missing opening "channel" element?
> mary wrote:
> Actually, the validator says that it is the mandatory description
element that is missing. In RSS 0.92, it was optional and so it’s never been in the Txp feeds. However, the feed validator doesn’t truly support any RSS version except RSS 2.0, despite its claims, as RSS 2.0’s spec are the rules it validates all RSS against.
Actually, the description
element is present, if the “Site Tagline” field in the prefs is set.
-Kurt
kurt@kurtraschke.com
Offline