70 lines
4.6 KiB
HTML
70 lines
4.6 KiB
HTML
<?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="topic" />
|
|
<meta name="DC.Title" content="Extensible Markup Language components" />
|
|
<meta name="abstract" content="IBM Toolbox for Java includes several Extensible Markup Language (XML) components, including an XML parser." />
|
|
<meta name="description" content="IBM Toolbox for Java includes several Extensible Markup Language (XML) components, including an XML parser." />
|
|
<meta name="DC.Relation" scheme="URI" content="page1.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="pcml.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="pdmlpg1.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rfmlmain.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahhxmlparserxslprocessor.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahhxpcmlmain.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="rzahhxmlmain" />
|
|
<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>Extensible Markup Language components</title>
|
|
</head>
|
|
<body id="rzahhxmlmain"><a name="rzahhxmlmain"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Extensible Markup Language components</h1>
|
|
<div><p>IBM<sup>®</sup> Toolbox
|
|
for Java™ includes
|
|
several Extensible Markup Language (XML) components, including an XML parser. </p>
|
|
<p>The XML components make it easier to perform a variety of tasks:</p>
|
|
<ul><li>Creating graphical user interfaces</li>
|
|
<li>Calling programs on your iSeries™ server and retrieving the results</li>
|
|
<li>Specifying data formats on your iSeries server </li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="pcml.htm">Program Call Markup Language</a></strong><br />
|
|
Program Call Markup Language (PCML) is a tag language that helps
|
|
you call server programs, with less Java code. </li>
|
|
<li class="ulchildlink"><strong><a href="pdmlpg1.htm">Graphical Toolbox and PDML</a></strong><br />
|
|
The Graphical Toolbox, a set of UI tools, makes it easy to create
|
|
custom user interface panels in Java. </li>
|
|
<li class="ulchildlink"><strong><a href="rfmlmain.htm">Record Format Markup Language</a></strong><br />
|
|
The Record Format Markup Language (RFML) is an XML extension for specifying record formats.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahhxmlparserxslprocessor.htm">XML parser and XSLT processor</a></strong><br />
|
|
Some IBM Toolbox
|
|
for Java packages
|
|
or functions require that, at run-time, you have an Extensible Markup Language
|
|
(XML) parser or Extensible Stylesheet Language Transformations (XSLT) processor
|
|
in your CLASSPATH environment variable.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahhxpcmlmain.htm">Extensible Program Call Markup Language</a></strong><br />
|
|
Extensible Program Call Markup Language (XPCML) enhances the functionality and usability of the Program Call Markup Language (PCML) by offering support for XML schemas. XPCML does not support serialization, so unlike PCML, you cannot serialize an XPCML document.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="page1.htm" title="IBM Toolbox for Java is a set of Java classes that allow you to use Java programs to access data on your iSeries servers. You can use these classes to write client/server applications, applets, and servlets that work with data on your iSeries. You can also run Java applications that use the IBM Toolbox for Java classes on the iSeries Java virtual machine (JVM).">IBM Toolbox for Java</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |