from site to site via HTTP. Whereas, the HTML will continue to
be the language for displaying documents on the Internet, the developers
will start using the power of XML to transmit, exchange, and
manipulate data using XML.
XML offers a very simple solution to a complex problem. It offers a
standard format for structuring data or information in a self-defined
document format. This way, the data are kept independent of the processes
that will consume the data. Obviously, the concept behind XML is
nothing new. XML happens to be a proper subset of a massive specifi-
cation named SGML developed by W3C in 1986. The W3C began to
develop the standard for XML in 1996 with the motivation that XML
would be simpler to use than SGML but that it will have more rigid structure
than HTML. Since then, many software vendors have implemented
various features of XML technologies. For example, Ariba has built its
entire B2B system architecture based on XML, many Web servers (such
as Weblogic Server) utilize XML specifications for configuring various
server related parameters, Oracle has included necessary parsers and
utilities to develop business applications in its 8i/9i suites, and finally, the
.NET has also embraced the XML technology.
XML contains self-defined data in document format. Hence it is
platform independent. It is also easy to transmit a document from a site
to another site easily via HTTP. However, the applications of XML do not
necessarily have to be limited to conventional Internet applications only.
It can be used to communicate and exchange information in other contexts,
too. For example, a VB client can call a remote function by passing
the function name and parameter values using a XML document. The
server may return the result via a subsequent XML document. Basically,
that is the technology behind the SOAP (Simple Object Access Protocol).
what u think about it?

