Article · Wikipedia archive · Last revised Jun 10, 2026

XSIL

XSIL is an XML-based transport language for scientific data, supporting the inclusion of both in-file data and metadata. The language comes with an extensible Java object model. The language's elementary objects include Param, Array, Table, and Stream, which enables one to either encapsulate data inside the XSIL file or point to an external data source.

Last revised
Jun 10, 2026
Read time
≈ 1 min
Length
100 w
Citations
Source

XSIL (Extensible Scientific Interchange Language) is an XML-based transport language for scientific data, supporting the inclusion of both in-file data and metadata. The language comes with an extensible Java object model. The language's elementary objects include Param (arbitrary association between a keyword and a value), Array, Table (a set of column headings followed by a set of records), and Stream, which enables one to either encapsulate data inside the XSIL file or point to an external data source.

BFD is an XML dialect based on XSIL.

External links