hi,
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.
preferably using a web language so that i can run the script from web server.
Can anyone suggest a solution?
...
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 for this purpose?
I only need it to work on Linux so I don't care about Windows or Mac o...
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 be able to load directly from that source. From a quick look at both the documentation a...