XML Application Developer’s Guide
JBuilder provides several features and incorporates various tools to
provide support for the Extensible Markup Language (XML). XML is a
platform-independent method of structuring information. Because XML
separates the content of a document from the structure, it can be a useful
means of exchanging data. For example, XML can be used to transfer data
between databases and Java programs. Also, because content and
structure are separate, stylesheets can be applied to display the same
content in different formats, such as Portable Document Format (PDF),
HTML for display in a Web browser, and so on....