Wednesday, April 13, 2005

Parsing Firefox bookmarks with java

There is a good article about parsing netscape bookmarks here.
However it does not work with Firefox bookmark files. Netscape and Firefox bookmark files are not HTML. So if there is a
<DT> after a <HR>, it is skipped. To fix this, eliminate all <HR>s before you parse the file.

0 Comments:

Post a Comment

<< Home