Introduction Favorez now supports XML & XSL.
These populair standards are targeted at web developers.
Although Favorez already has its own API this may prove very useful to those who know XSL.
Favorez takes care of exporting favorites folders and links into a well formed XML file so you
can populate your own JavaScript/DHTML page with IE favorites based solely on your existing
knowledge of XSL!
XBEL export
The XML & XSL skin may also be used as an export function. The generated XML file called
favorez.xml contains your favorites items and its associated DTD (Document Type Definition)
formally declares how the data in that file is structured. Favorez uses a
DTD named XBEL (XML Bookmark Exchange Language)
and the resulting XML code is both well formed and valid. XBEL is a widely used standard to store and
exchange bookmark data across many different programs.
Click the following link to learn more about XBEL:
XSLT
XSLT stands for Extensible Stylesheet Language Transformations. XSLT is a subset of XSL instructions
used to transform XML documents into other XML documents, such as HTML. By separating data from presentation
this technology enables developers to create endless ways to present a given data set.
To learn more about this populair web standard try these links: