






















|
 |  |  |  | Downloading what you need |  |  |  |  |
| |
For Xalan-C++ version 1.7, we are distributing the following:
- Windows 32-bit and 64-bit Visual C++ builds
- Red Hat Linux 7.2 32-bit and 64-bit Intel C++ builds
- AIX 5.1 32-bit and 64-bit xlC builds
- HP-UX 11 32-bit and 64-bit aCC builds
- Solaris 2.7 32-bit and 64-bit Forte C++ builds
New to the Xalan-C++ version 1.7 binary distribution list, we are also providing the following:
- SuSE Linux 8.1 for IA-32 gcc 3.2.2 build
As with previous releases, the documentation build containing this User's Guide and API documentation
will be provided in a separate distribution.
Please contact us at Xalan Development Mailing List if you would like to help provide builds for other platforms.
If you do not already have it, you must also download the Xerces-C++ 2.4.0 build as indicated below.
 | The Xalan distribution files are in Xalan-C downloads. The Xerces distribution files are in Xerces-C downloads. Xalan documentation is provided in a separate package from the binary distribution files. For Windows, documentation is packaged with the file name Xalan-C_1_7_0-docs.zip. For UNIX, documentation is packaged with the file name of Xalan-C_1_7_0-docs.tar.gz. |
Xalan distribution files
|
Xerces distribution files
|
Platform
|
Xalan-C_1_7_0-aix_510-xlc_60.tar.gz
|
xerces-c2_4_0-aix_510-xlc_60.tar.gz
|
AIX 5.1 (32-bit)
|
Xalan-C_1_7_0-aix_510_64-xlc_60.tar.gz
|
xerces-c2_4_0-aix_510_64-xlc_60.tar.gz
|
AIX 5.1 (64 bit)
|
Xalan-C_1_7_0-hpux_11-acc_a03.tar.gz
|
xerces-c2_4_0-hpux_11-acc_a03.tar.gz
|
HP-UX 11.0 (32 bit)
|
Xalan-C_1_7_0-hpux_11_64-acc_a03.tar.gz
|
xerces-c2_4_0-hpux_11_64-acc_a03.tar.gz
|
HP-UX 11.0 (64 bit)
|
Xalan-C_1_7_0-redhat_72-icc_71.tar.gz
|
xerces-c2_4_0-redhat_72-icc_71.tar.gz
|
Redhat Linux 7.2 (32-bit)
|
Xalan-C_1_7_0-redhat_72_64-ecc_71.tar.gz
|
xerces-c2_4_0-redhat_72_64-ecc_71.tar.gz
|
Redhat Linux 7.2 (64-bit)
|
Xalan-C_1_7_0-solaris_27-cc_62.tar.gz
|
xerces-c2_4_0-solaris_27-cc_62.tar.gz
|
Solaris 2.7 (32-bit)
|
Xalan-C_1_7_0-solaris_27_64-cc_62.tar.gz
|
xerces-c2_4_0-solaris_27_64-cc_62.tar.gz
|
Solaris 2.7 (64-bit)
|
Xalan-C_1_7_0-suse_81-gcc_32.tar.gz
|
xerces-c2_4_0-suse_81-gcc_32.tar.gz
|
SuSE Linux 8.1 (32-bit)
|
Xalan-C_1_7_0-windows_nt-msvc_60.zip
|
xerces-c2_4_0-windows_nt-msvc_60.zip
|
Windows NT
|
The compiler version used for each platform is listed in the table below.
Platform - Operating System
|
Compilers
|
AIX 5.1
|
IBM C and C++ for AIX 6.00
|
Solaris 2.7
|
Sun Workshop 6 update 2
|
HP/UX 11.0
|
aCC A.03.37
|
Red Hat Linux 7.2
|
Intel C++ Compiler, version 7.1
|
SuSE Linux 8.1
|
gcc Compiler, version 3.2.2
|
Windows NT, 2000, and XP
|
Microsoft Visual C++ with SP3 and
Dinkumware fixes (for 32-bit)
Intel C++ Compiler, version 7.1 (for 64-bit)
|
If you want to take advantage of the support for number formatting, sorting, and encoding the ICU provides, you should also download and install the International Components for Unicode (ICU); see Using the ICU,
|
 |  |  |  | Setting up the path/library path |  |  |  |  |
| |
| |
To use the Windows distribution, you must place the Xalan executables and the Xalan and Xerces libraries on the path:
- Put xml-xalan\c\Build\Win32\VC6\Release and xerces-c2_4_0-<my_Windows_distribution>\bin on the path.
The Visual C++ Xalan project included with the Windows release knows the relative paths to the Xalan headers and libraries, but it does not know where you have unzipped the Xerces distribution. If you plan to use Visual C++ to build Xalan applications or rebuild Xalan, you must also provide Visual C++ with access to the Xerces headers and libraries.
Use the Visual C++ Tools menu to open the Options dialog box, go to the Directories tab, and do the following:
- Add the path to xerces-c2_4_0-<my_Windows_distribution>\include to the list of directories of Include files.
- Add the path to xerces-c2_4_0-<my_Windows_distribution>\lib to the list of directories of Library files.
|
| |
To use one of the UNIX distributions, you must place the Xalan-C++ executable on the path, and
the Xalan-C++ and Xerces-C++ libraries on the library path.
For the Xalan-C++ AIX distributions:
- Put xml-xalan/c/bin on the path (PATH).
- Put xml-xalan/c/lib and xerces-c2_4_0-<my_AIX_distribution>/lib
on the library path (LIBPATH), or copy the shared libraries to /usr/lib.
For the Xalan-C++ HP-UX 11 distributions:
- Put xml-xalan/c/bin on the path (PATH).
- Put xml-xalan/c/lib and xerces-c2_4_0-<my_HPUX_distribution>/lib on the library path (SHLIB_PATH), or copy
the shared libraries to /usr/lib.
For the Xalan-C++ Solaris distributions:
- Put xml-xalan/c/bin on the path (PATH).
- Put xml-xalan/c/lib and xerces-c2_4_0-<my_solaris_distribution>/lib on the library path
(LD_LIBRARY_PATH), or copy the shared libraries to /usr/lib.
For the Xalan-C++ RedHat and SuSE Linux distributions:
- Put xml-xalan/c/bin on the path (PATH).
- Put xml-xalan/c/lib and xerces-c2_4_0-<my_linux_distribution>/lib on the library path (LD_LIBRARY_PATH),
or copy the shared libraries to /usr/lib.
|
|
| |
The Xalan-C++ distribution includes a number of basic sample applications. We have precompiled these samples for you so they are ready to run, and you can review the source files to see just how they work.
To run the samples, do the following:
- Set up your path (see above). In the Windows32 distribution, the sample executables are in
xml-xalan\c\Build\Win32\VC6\Release. In the UNIX distributions, the executables are in xml-xalan\c/bin.
- Go to the samples subdirectory containing the sample.
- Run the sample from the command line (in Windows, use the DOS shell).
- Examine the application source files.
For example, go to the SimpleTransform subdirectory and issue the following command:
SimpleTransform
SimpleTransform uses the foo.xsl stylesheet to transform foo.xml, and writes the transformation result to foo.out. To see how the example works, examine the source files: foo.xml, foo.xsl, foo.out, and SimpleTransform.cpp.
For more information about the samples, see Xalan-C++ Samples.
|
|
|