File: README

package info (click to toggle)
python-xml 0.8.4-10.1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,972 kB
  • ctags: 10,628
  • sloc: python: 46,730; ansic: 14,354; xml: 968; makefile: 201; sh: 20
file content (16 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-1.1.dtd	The Document Type Definition for XBEL 1.1.
xbel-1.0.dtd	The Document Type Definition for XBEL 1.0.
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.