Python Bookmarks

While playing around with Python over the last few days I came up with my online bookmarks. As we use python alot in work, I figure it was time I learn it properly. What i’ve written is a few python classes that parse the firefox bookmarks file (for some reason this file is not xml, not xhtml and not rdf.. just some shitty html, so parsing the file was a bitch), transforms it to xbel (bookmarks storage format) using xslt, Another class uploads the xbel to my server by ftp. The final class takes the xbel file and transforms it yet again (using xslt) to the final xhtml version. It’s a bit rusty still but I’ll give it another while and see if I can create a simple exe and then post it here.