Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > malformed RSS feed

Reply
Thread Tools

malformed RSS feed

 
 
lawrence
Guest
Posts: n/a
 
      11-18-2004
Hey, I'm working on a PHP script to make an RSS feed for my weblog.
I've got a "malformed" error at this validator:

http://feedvalidator.org/check.cgi?u...2Fpage1907.xml

I don't know enough about XML or RSS to figure this out. I've read
over this document:

http://www.w3.org/TR/REC-xml/#sec-well-formed

But nothing so far jumps out at me as the answer to what, exactly, the
syntax error is.

Can anyone help?
 
Reply With Quote
 
 
 
 
Joris Gillis
Guest
Posts: n/a
 
      11-18-2004
> Hey, I'm working on a PHP script to make an RSS feed for my weblog.
> I've got a "malformed" error at this validator:
>
> http://feedvalidator.org/check.cgi?u...2Fpage1907.xml
>
> I don't know enough about XML or RSS to figure this out. I've read
> over this document:
>
> http://www.w3.org/TR/REC-xml/#sec-well-formed

Hi,

The XMl is not well formed:
<?xml version="1.0" contentType="application/xml; charset=UTF-8" encoding="UTF-8"?>
The 'contentType' attribute is illegal, just omit it, like this:
<?xml version="1.0" encoding="UTF-8"?>

regards,
--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-v...i?userid=38041)
Ceterum censeo XML omnibus esse utendum
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two ways to generate RSS - rss/maker and rss/2.0 - which is better? Jonathan Groll Ruby 1 06-27-2009 03:53 AM
How do you get feed discovery to work? I go to web pages I know has feeds, but the feed discovery button is disabled. Help! Tim Bryant Computer Support 1 02-13-2007 05:01 AM
Post RSS feed w/o RSS-to-Javascript.com Scott Gordo HTML 5 08-29-2006 01:34 AM
RSS Feed - need an Idiot's Guide to RSS News on my website teach_me6@hotmail.com HTML 5 02-25-2005 11:01 AM
Searches in multiple RSS feeds -> new rss feed Motta XML 1 06-09-2004 10:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57