Extensible Binary Meta Language
Appearance
Extensible Binary Meta Language, or EBML, is a generalized file format for (theoretically) any kind of data, aiming to be a binary equivalent to XML. Unfortunatly it fails the 'extensible' part of it's name due to the fact that the DTD of the extended format must be available to a decoder to allow reading of the data. Unlike XML a DTD of a previous version or no DTD is not useful.
It was originally developed for the Matroska audio/video container format.
External links
Edited by Raamg