On Sun, Mar 02, 2003 at 06:50:40PM +0200, David Howard wrote:
[...]
> the opposite. I use Galeon (1.27) predominantly, and have built up a
> large bookmarks list which I'd like to import into Mozilla (1.21). I
[...]
> When I use Mozilla's import facility on bookmarks.html, Mozilla's
> bookmarks menu displays only the first three of a total of twenty-one
> folders. Opening the file as a new page in either Mozilla or Galeon
> displays the whole list. Resaving bookmarks.xbel in any other .html
> format offered, produces the same results.
Maybe Galeon made a mistake. You can examine bookmarks.html in a text
editor and correct it. You'll see that it is basically regular HTML
but starting with <!DOCTYPE NETSCAPE-Bookmark-file-1>. It uses nested
definition lists for all bookmarks. Some tags have non-standard
properties such as FOLDED ADD_DATE LAST_VISIT LAST_MODIFIED but they
are optional. You can delete all of them if you don't mind losing that
information. A programmable text editor such a emacs can be handy here
if you have many bookmarks. A minimal bookmarks.html can look like
below. For me, importing such lists worked. - Daniel
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<TITLE>Bookmarks for xxx</TITLE>
<H1>Bookmarks for xxx</H1>
<DL><p>
<DT><A HREF="http://www.libtiff.org/" >TIFF Software</A>
<DT><H3 >Hardware</H3>
<DL><p>
<DT><A HREF="http://www.etsi.org/" >ETSI - Telecom Standards</A>
<DT><A HREF="http://www.opencores.org/" >OPENCORES.ORG</A>
</DL><p>
<DT><H3 >finance</H3>
<DL><p>
<DT><A HREF="http://www.mof.gov.il/itc/da99/mainpage.htm" >Israel Income and
Property Tax</A>
<DT><A HREF="http://finance.yahoo.com/q?s=TEVA&d=5y" >Yahoo! Finance -
TEVA</A>
</DL><p>
</DL><p>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]