The wide variety of data resources we have seen in the previous chapters have been developed
to support biological research. Unfortunately, different databases use different data formats
what makes computational approaches to interconnect the information difficult.
The Extensible Markup Language (XML) offers a
way to serve and describe data in a uniform and automatically parseable format.
XML is an easily and automatically parseable way to present data on the web. The basic representation
uses standard ASCII text and therefore provides an open source solution for data migration between different
programming languages, such as Java, PERL, C/C++, etc.
|