Page 1 of 1

1.0-beta2: hyperlink breaks ATOM feed

Posted: Sat Apr 08, 2006 12:54 pm
by marcderooij
Hi!

When I use the following hyperlink in a post:

Code: Select all

<a href="http://www.vvd.nl/index.aspx?FilterId=974&ChapterId=1147&ContentId=4573">
foo</a>
It breaks the ATOM 1.0 feed of the weblog:
XML Parsing Error: not well-formed
Location: http://sandcat.nl/~marc/libertas/feeds/atom10.xml
Line Number 99, Column 123:
Any Ideas? The arrow below the error on the atom page points to this part: "ChapterId=1147&Co" of the link...

Re: 1.0-beta2: hyperlink breaks ATOM feed

Posted: Sat Apr 08, 2006 6:02 pm
by garvinhicking
Your link is XHTML invalid, you must write it like this:

Code: Select all

<a href="http://www.vvd.nl/index.aspx?FilterId=974&ChapterId=1147&ContentId=4573">
foo</a>
If you don'T want to manually type those links you can install the "Fix Common XHTML errors" event plugin!

Regards,
Garvin

Posted: Sun Apr 09, 2006 9:52 am
by marcderooij
You're absolutely right, the plugin fixed it! :)