53 Private method to write an Netscape HTML bookmark file. |
53 Private method to write an Netscape HTML bookmark file. |
54 |
54 |
55 @param root root node of the bookmark tree (BookmarkNode) |
55 @param root root node of the bookmark tree (BookmarkNode) |
56 @return flag indicating success (boolean) |
56 @return flag indicating success (boolean) |
57 """ |
57 """ |
58 self.__dev.write("<!DOCTYPE NETSCAPE-Bookmark-file-1>\n" |
58 self.__dev.write( |
|
59 "<!DOCTYPE NETSCAPE-Bookmark-file-1>\n" |
59 "<!-- This is an automatically generated file.\n" |
60 "<!-- This is an automatically generated file.\n" |
60 " It will be read and overwritten.\n" |
61 " It will be read and overwritten.\n" |
61 " DO NOT EDIT! -->\n" |
62 " DO NOT EDIT! -->\n" |
62 "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;" |
63 "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;" |
63 " charset=UTF-8\">\n" |
64 " charset=UTF-8\">\n" |