Tutorial Normalizing XML Documents
The following software is required to build and run this tutorial.
- Java 2 Platform, (Standard Edition or Enterprise Edition). Both are available fordownload from http://java.sun.com/downloads.html. The Enterprise Edition (J2EE) is also included with Oracle9i JDeveloper, which OTN members can download for free.
- Oracle XDK for Java
- Tutorial source code and supporting files (saxnorm.jar, 100 KB) See the Setup section for information about installing and running the tutorial.
This document explains the steps to install and configure the tutorial.
- Download saxnorm.jar, a compressed Java Archive containing source code and other files.
- Change directories to make the download directory active. For example, if you downloaded saxnorm.jar to d:\tutorials, change directories to d:\tutorials.
- From the command line, enter the following to unpack the archive. jar -xvf saxnorm.jar
- Set your CLASSPATH to include the path to your Java compiler (javac.exe) and the path to the Oracle XML Parser library (xmlparserv2.jar). For example, set CLASSPATH=.;..;d:\jdev\jdk\bin;d:\jdev\lib\xmlparserv2.jar