AnantLabs / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
0 stars 1 forks source link

Can't add Kick It FeedFlare to FeedBurner. DotNetKicks file needs XML Declaration to fix. #249

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in to FeedBurner
2. Go to Optimize Feed
3. Open Catalog link
4. Search for Dot Net Kicks, and copy link to clipboard as instructed
5. Back in main window, paste URL into URL box and Add New Flare

What is the expected output? What do you see instead?
Dot Net Kicks FeedFlare should be added to FeedBurner.
However, instead user gets a JavaScript alert, "We could not find a valid
FeedFlare file at this location.

What version of the product are you using?
N/A

Please provide any additional information below.

The URL is valid. The catalog contains a link to:
http://static.dotnetkicks.com/tools/feedflare/kickitflare.xml

The issue seems to be lack of XML Declaration within the kickitflare.xml
file. Please add the following declaration to the file to resolve:

<?xml version="1.0" encoding="utf-8"?>

Original issue reported on code.google.com by harrisdesigns on 2 Apr 2009 at 1:17

Attachments: