We would like to inform our users about the format of the OPML file which you can use to import your feeds from different websites. Do note that we support other news readers, and use the standard format that is being used by the news readers.
You can follow a step by step tutorial of how to import OPML files into Inbox My Articles from our article OPML Now Supported In Inbox Articles
Following is an example of an opml file which has a single rss feed. All of the attributes shown are mandatory.
<?xml version='1.0' encoding='UTF-8'?> <opml version='1.0'> <head> <title>Website Feeds Subscription in Inbox My Articles</title> </head> <body> <outline type='rss' text='Augmented Reality Trends' title='Augmented Reality Trends' xmlUrl='http://www.augmentedrealitytrends.com/feed' htmlUrl='http://www.augmentedrealitytrends.com' /> </body> </opml>