ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamj_5.4.0.1/rzamjintrouses.htm

69 lines
4.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Uses of XML" />
<meta name="abstract" content="XML has a variety of uses for Web, e-business, and portable applications." />
<meta name="description" content="XML has a variety of uses for Web, e-business, and portable applications." />
<meta name="DC.Relation" scheme="URI" content="rzamjintro.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzamjintrouses" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Uses of XML</title>
</head>
<body id="rzamjintrouses"><a name="rzamjintrouses"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Uses of XML</h1>
<div><p>XML has a variety of uses for Web, e-business, and portable applications.</p>
<p>The following are some of the many applications for which XML is useful:</p>
<ul><li><strong>Web publishing</strong>: XML allows you to create interactive pages, allows
the customer to customize those pages, and makes creating e-commerce applications
more intuitive. With XML, you store the data once and then render that content
for different viewers or devices based on style sheet processing using an
Extensible Style Language (XSL)/XSL Transformation (XSLT) processor.</li>
<li><strong>Web searching and automating Web tasks</strong>: XML defines the type of
information contained in a document, making it easier to return useful results
when searching the Web: <p>For example, using HTML to search for books authored
by Tom Brown is likely to return instances of the term 'brown' outside of
the context of author. Using XML restricts the search to the correct context
(for example, the information contained in the &lt;author&gt; tag) and returns
only the information that you want. By using XML, Web agents
and robots (programs that automate Web searches or other tasks) are more efficient
and produce more useful results.</p>
</li>
<li><strong>General applications</strong>: XML provides a standard method to access
information, making it easier for applications and devices of all kinds to
use, store, transmit, and display data.</li>
<li><strong>e-business applications</strong>: XML implementations make electronic data
interchange (EDI) more accessible for information interchange, business-to-business
transactions, and business-to-consumer transactions.</li>
<li><strong>Metadata applications</strong>: XML makes it easier to express metadata
in a portable, reusable format.</li>
<li><strong>Pervasive computing</strong>: XML provides portable and structured information
types for display on pervasive (wireless) computing devices such as personal
digital assistants (PDAs), cellular phones, and others. For example, WML (Wireless
Markup Language) and VoiceXML are currently evolving standards for describing
visual and speech-driven wireless device interfaces.</li>
</ul>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzamjintro.htm" title="Extensible Markup Language (XML) allows you to describe and organize information in ways that are easily understandable by both humans and computers. You can then share that information and its description with others over the Internet, an extranet, network, or in other ways.">XML introduction</a></div>
</div>
</div>
</body>
</html>