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