Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
78 views

click through yes/no questions from OPML one at a time

Based on a flowchart noted as OPML nodes in my xhtml, I would like to dynamically (using jquery, without refreshing the page) get questions shown one by one, depending on the yes/no answer of the ...
2
votes
2answers
195 views

How do you extract feed urls from an OPML file exported from Google Reader?

I have a piece of software called Rss-Aware that I'm trying to use. It basically desktop feed-checker that checks if RSS feeds are updated and gives a notification through Ubuntu's Notify-OSD system. ...
1
vote
0answers
27 views

Single Q/A Per Page (Conditional) Workflow Application

I'm currently working with students who have ADHD and am trying to set up a system (preferably a website) that takes a decision tree we have made (exported to OPML) and displays it one question per ...
1
vote
0answers
28 views

Create OPML file in iphone and parse its tag?

can anybody tell me how to create OPML file in iphone and parse that file? is that any library which can help me over this ? please guide me. Thanks
1
vote
1answer
456 views

PHP OPML Parser

Kindly tell me how to make an OPML parser. I have the code but it is not working for all generic OPML files: if (file_exists('test.opml')) { $xml =simplexml_load_file('test.opml'); } ...
1
vote
1answer
389 views

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 ...
1
vote
1answer
76 views

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 ...
0
votes
0answers
14 views

Can flowcharts with crosslines be noted as OPML?

Is there a standard to reference cross-lines in a mindmap or flowchart in OPML.For example with anchors and links. It seems that flowchart editors online such as gliffy can import OPML but export is ...
0
votes
1answer
103 views

Any advice on parsing an OPML file with PHP so I can import the addresses into a mySql database?

I want to be able to have the user select an OPML file that contains a large number of bookmarks, then loop through each one and toss it in a mysql database. Any direction would be much appreciated.
0
votes
2answers
85 views

Export a database query to OPML?

Is there a way to export a database query to OPML?
0
votes
3answers
109 views

How to move posts from blogging engine to another

How one can move blog posts from blogging engine to another? Is there away to transfer posts between blog engines, blogs ... lets say from community server blog to blog engine blog vice versa? Can ...
0
votes
1answer
83 views

SharePoint MOSS BDC for reading in opml feeds

We currently have some c# code that runs and imports data from a number of opml feeds and stores it in several sql server tables. We are working in a moss environment and I am thinking the Business ...