File: README

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (15 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory contains various scripts for processing XBEL, the XML
Bookmark Exchange Language proposed by Mark Hammond on the XML-SIG.
Scripts are provided to convert the bookmark files for various Web
browsers to XBEL, and to render an XBEL document as HTML.

xbel.dtd	The Document Type Definition for XBEL
bookmark.py     Contains the Bookmarks and Bookmark classes, which represent
		a bookmark file, and can be output in any of the
		browser formats, or in XBEL.
ns_parse.py	A class that parses Netscape bookmark files. 
msie_parse.py	A class that parses Internet Explorer bookmark files. 
adr_parse.py    A class that parses Opera bookmark files
lynx_parse.py   A class that parses Lynx bookmark files
xbel_parse.py   A class that parses an XBEL input file and can output it
		in any of the other formats.