Questions tagged [xbel]
5 questions
1
vote
1 answer
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 store bookmarks. Is there any library out there just…

Isaiah
- 4,201
- 4
- 27
- 40
1
vote
1 answer
Converting XDocument containing XDocumentType causes a NotSupportedException
I'm trying to create and export a XDocument on WP7.1.1 containing the following document type:

UnclePaul
- 515
- 5
- 17
0
votes
1 answer
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 list only and not the third level as below.…

snahl
- 497
- 2
- 10
- 25
0
votes
1 answer
Is there a way to programmatically export Firefox bookmarks to and from XBEL?
Firefox allows end user to export bookmarks to the XBEL bookmark exchange format. But I would like to programmatically:
Export some (not all) of the bookmarks
and
Import xbel bookmarks into Firefox.
Preferably using a web language so that I can…

DEzra
- 2,978
- 5
- 31
- 50
0
votes
3 answers
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 would like to be able to use the xml_data plugin to…

rhuffstedtler
- 488
- 1
- 5
- 17