1.0-beta2: hyperlink breaks ATOM feed

Found a bug? Tell us!!
Post Reply
marcderooij
Regular
Posts: 15
Joined: Mon Aug 09, 2004 9:48 pm
Contact:

1.0-beta2: hyperlink breaks ATOM feed

Post 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...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: 1.0-beta2: hyperlink breaks ATOM feed

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
marcderooij
Regular
Posts: 15
Joined: Mon Aug 09, 2004 9:48 pm
Contact:

Post by marcderooij »

You're absolutely right, the plugin fixed it! :)
Post Reply