Hubbry Logo
search button
Sign in
XBEL
XBEL
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
XBEL
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the XBEL Wikipedia article. Here, you can discuss, collect, and organize anything related to XBEL. The purpose of the hub is to connect people, foster deeper k...
Add your contribution
XBEL

The XML Bookmark Exchange Language (XBEL), is an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).

XBEL was created by the Python XML Special Interest Group "to create an interesting, fun project which was both useful and would demonstrate the Python XML processing software which was being developed at the time".[1]

An example of XBEL use is the XBELicious application, which stores Del.icio.us bookmarks in XBEL format. The Galeon, Konqueror, Arora and Midori web browsers use XBEL as the format for storing user bookmarks. The Floccus synchronization client can store XBEL on WebDAV servers. The SiteBar bookmark server can import and export bookmarks in XBEL format.

It is also used by Nautilus and gedit of the GNOME desktop environment.

Example

[edit]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel>
<xbel version="1.0">
    <folder folded="no">
        <title>Wikimedia resources</title>
        <folder folded="yes">
            <title>Wikimedia websites</title>
            <bookmark href="https://en.wikipedia.org/">
                <title>Wikipedia</title>
            </bookmark>
            <bookmark href="https://en.wikibooks.org/">
                <title>Wikibooks</title>
            </bookmark>
        </folder>
    </folder>
</xbel>

See also

[edit]

References

[edit]
  1. ^ "The XML Bookmark Exchange Language Resource Page".
[edit]