Subsections


1. Introduction

The XML Bookmark Exchange Language, or XBEL, is an interchange format for the hierarchical bookmark data used by current Internet browsers. It is defined as an application of the Extensible Markup Language, or XML [BPSM98].

This section descibes the origin of the effort which created the XML Bookmark Exchange Language (XBEL), identifies the contributors, and provides information on the availability of the public text of the DTD and additional documentation on the applications which support XBEL.


1.1 Origins

The XML Bookmark Exchange Language is a product of the Python XML Special Interest Group (XML-SIG), sponsored by the Python Software Activity (PSA). The initial intent of the XBEL effort was to create a demonstration of XML facilities available to Python programmers which would also be useful.


1.2 Contributors

The initial idea for XBEL was contributed by Mark Hammond. Mark sent his idea to the Python XML-SIG mailing list. This was closely followed by discussions and additional ideas by many of the list participants. The following people contributed to the design of the DTD and the related software (listed in alphabetical order by last name):

Fred L. Drake, Jr. (fdrake@acm.org)
Documentation. Design input on DTD and the storage of metadata. Implemented direct support for XBEL in Grail.

Stefane Fermigier (fermigie@math.jussieu.fr)
Modified implementation of software for Internet Explorer Favorites conversion using his original Python DOM implementation.

Lars Marius Garshol (larsga@ifi.uio.no)
Extended the concept to cover all Internet browsers bookmarks and came up with the name and acronym. Implemented support for Navigator and Opera bookmark formats.

Geir Ove Gronmo (grove@infotek.no)
General input on XML and the desired level of complexity.

Marc van Grootel (bwaumg@urc.tue.nl)
Design input on the DTD, storage of metadata, and comments on the use of XBEL with architectural forms.

Mark Hammond (MHammond@skippinet.com.au)
Original concept and DTD for an archival storage format for Internet Explorer ``Favorites.''

Jack Jansen (Jack.Jansen@cwi.nl)
General input on potential advanced applications.

Andrew M. Kuchling (akuchling@acm.org)
Implemented conversion software between XBEL and Lynx bookmarks.

Fredrik Lundh (fredrik@pythonware.com)
Initial software implementation for Internet Explorer.

Sean McGrath (digitome@iol.ie)
General input on XML and document type definitions.

Greg Stein (gstein@lyra.org)
General input on XML Namespaces and moderator of complexity.

Walter R. Underwood (wunder@infoseek.com)
General input on the use of XML character entites instead of adding general entities, and discussion on date/time values in XML.


1.3 Availability

Information on XBEL, including the public text and this document, is available on the PSA Web site at http://www.python.org/topics/xml/xbel/ [Dra]. Please refer to this Web resource for information on new versions, DTD variants, and supporting software.

The public text for XBEL will be made available through a SOCAT catalog at available at: http://www.python.org/topics/xml/dtds/catalog. This catalog may be used by including a DELEGATE entry in a catalog already used by XML processing software. The DELEGATE entry should be:

DELEGATE "+//IDN python.org" "http://www.python.org/topics/xml/dtds/catalog"


1.4 Formal Identification

The XBEL DTD documented in this report has the Formal Public Identifier:

+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML

Valid instances of this document type may use the following document type declaration:

<!DOCTYPE xbel
  PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
         "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">