Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
72 views

How to import bookmarks from users web browsers using python?

I am working on an RSS Reader type program and I would like it to be able to automatically import RSS feeds from the users browser bookmarks. I assume different browsers use different methods to ...
0
votes
1answer
113 views

XSLT: output list on condition of attribute of parent-node

I'm struggling to create a list to be displayed on the condition of the parent node ('folder') with attribute 'folded' set to either 'yes' or 'no'. The result shall display the first two levels of the ...
0
votes
3answers
1k views

JsTree: Load custom metadata from an external xml source

I have an existing data structure which is stored as an xml doc. It is essentially a sitemap. Every node has some associated metadata (e.g., keywords and description associated with the node). I ...
0
votes
1answer
492 views

Is there a way programmtatically to export firefox bookmarks to and from xbel?

firefox allows end user to export bookmarks to xbel bookmark exchange format. but i would like to programmatically: export some (not all) of the bookmarks and import xbel bookmarks into firefox. ...