an XML format for outlines, or hierarchical, ordered lists of arbitrary elements
Questions tagged [opml]
33 questions
1
vote
1 answer
Import OPML subscriptions (file) to Google Reader manually
I have a huge (5,000+ feeds) OPML file which freezes and crashes my browser when I try uploading it to my Google Reader account using the following instructions:
Login to Google Reader
Click Your Subscription
Click the More Actions dropdown
Select…

Israel ANY
- 359
- 6
- 16
1
vote
0 answers
Loading OPML(XML) file into TreeView
I'm new with c# and I'm trying to load the content of a OPML file into a treeView after a button click. I readed several tutorials about System.Windows.Form.TreeView and System.Xml, did many research, but i'm still unable to transfom the opml file…

Naourass Derouichi
- 773
- 3
- 12
- 38
1
vote
1 answer
What does "flatdown" mean?
The OPML (outline processor markup language spec) uses the term flatdown. What does it mean?
expansionState is a comma-separated list of line numbers that are expanded. The line numbers in the list tell you which headlines to expand. The order is…

Mark Harrison
- 297,451
- 125
- 333
- 465
1
vote
1 answer
Android: How we can parse opml String
Possible Duplicate:
Android: How we can get the value from attribute from xml string
I have the following string. I want to be parse the attribute of outline.
200
user1294888
1
vote
1 answer
Android: How we can get the value from attribute from xml string
Can anybody tell me how we can parse the following Xml. I get the following xml as response of HttpGet method. I can be store this xml in the string form.
…
user1294888
0
votes
1 answer
null value when Extract Attribute using XDocument
the file is
subscriptions

Sherif Awad
- 171
- 2
- 10
0
votes
1 answer
Search for podcast using xmlUrl /Podcast Feed value
I am writing a podcast app in Swift. For podcast search I am using the iTunes api, which works fine. However, I need to do searches using the podcast feed url (xmlUrl) which is either entered manually or extracted from an OPML file, for example…

Greg Maass
- 1
- 1
0
votes
1 answer
How to register iOS app to support OPML file type?
How to register an app to handle .opml file type? This is what I've tried adding to Info.plist file
CFBundleDocumentTypes
CFBundleTypeIconFiles
CFBundleTypeName
…

Digitech
- 262
- 2
- 9
0
votes
1 answer
How can I create an OPML file from a large RSS feed list?
I have this very large (tens of thousands) list of rss feeds for different websites. And I want to make an OPML file out of all of them, so that I can import it into a feedreader software.
I found plenty of web tools that'll make an OPML file out of…

A C Marston
- 13
- 5
0
votes
1 answer
How to deserialize an outline with an array of outlines from an opml file
I am deserializing an opml file which has one outline with more outlines inside it.
Like:
.....
After this there are more singular…

Arcane Elayne
- 43
- 6
0
votes
1 answer
Sort OPML with simplexml
I've read through a bunch of posts here but I still can't figure out how to sort the data I am reading from an OPML file using simplexml functions. I realize this is kind of a duplicate, but I'm apparently too slow to get this right using abstracted…

Chris
- 871
- 1
- 10
- 19
0
votes
1 answer
Can I build an OPML file from a list of website URLs?
This happens a lot so I wonder if there's a tool for working around it. Often, I find a website with a blogroll or a links page with a long list of 20 or more websites. I sure would like to keep up with those sites via the feed reader of my choice,…

Dylan Kinnett
- 241
- 3
- 15
0
votes
2 answers
Export a database query to OPML?
Is there a way to export a database query to OPML?

burntsugar
- 57,360
- 21
- 58
- 81
0
votes
1 answer
Extract feeds list from an OPML file in java
I want to extract a list of feed information from an OPML file in java. I know I have to use some xml-parse technique, but I have no idea what to use.
I am a java beginner, so could you tell me how to do it and give me an example?
Thanks a lot!!

Bin Zhu
- 201
- 1
- 2
- 6
0
votes
1 answer
Save a given string to a xml-file, but it saves the current html code of the view
So, basically I have a String named $xmlString. It's already well-formed. I'd like to save this String temporarily into a XML-file (precisely: a OPML) and send it to a email address.
I receive the email, it is a file with the .opml extension, but…

dh762
- 2,259
- 4
- 25
- 44