Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Export OPML out of Safari RSS' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Export OPML out of Safari RSS
Authored by: andyinindy on Jul 19, '05 11:38:15AM

I used the script to create an export of Safari's RSS feeds. The resultant safari.opml file looks like it is properly formatted, but Sage 1.3.5 refuses to import it, with the message "This does not appear to be an opml file".

Anyone else seeing this?



[ Reply to This | # ]
10.4: Export OPML out of Safari RSS
Authored by: sameerd on Jul 19, '05 06:36:01PM
Check to see if there are any strange characters in your OPML file that are not escaped properly. eg.
< > & ;  
The script should escape all of these properly, but maybe I overlooked something.

[ Reply to This | # ]