XBEL

On the day of XBEL, we are faced with a very important topic that deserves to be addressed and discussed in detail. The impact that XBEL has had on our lives is undeniable and its relevance is indisputable. Throughout history, XBEL has been the subject of numerous studies, debates and reflections, which demonstrates its significance in different areas and contexts. In this article, we will delve into the world of XBEL, exploring its many facets and analyzing its influence on our current society. In order to offer a complete and objective view, we will examine different points of view and arguments, in order to enrich our understanding of XBEL and its implications.

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

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.

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".

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

Example

<?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

References

  1. ^ "The XML Bookmark Exchange Language Resource Page".

External links