Introduction
The Java sample programs demonstrate how to use the Java implementation of XML Export. The sample code is intended to provide a starting point for your own applications or to be used for reference purposes.
The following Java sample programs are provided:
The source code for the programs is in the directory install
\javaapi\sample
.
In addition to the sample programs, the following support files are also provided:
Sample configuration files:
-
XmlSampleConfig_nt.txt
(Windows) -
XmlSampleConfig_unix.txt
(UNIX)
Batch and C shell files that run each program:
-
XmlConvFileToFile.bat
(.csh
) -
XmlConvStreamToStream.bat
(.csh
) -
XmlParseIt.bat
(.csh
).
These files are used by the XmlConvFileToFile
, XmlConvStreamToStream
, and XmlParseIt
programs.