The examples show how to use Oracle XML Pipeline Processor, JSPs and XSQL servlet.
1. Go to the $EXAMPLE_HOME/src directory and run the setup_env.bat:
>setenv.bat
2. Go to the $EXAMPLE_HOME/src/pipeline directory and use the pipeline document to parse and transform the book.xml:
java oracle.xml.pipeline.controller.orapipe pipeProcessing.xml
The output include booklist.html and pipe.log.
1. Set the libraries in the JDeveloper by right click the project name(Chapter7.jpr) and choose the "Project Properties...". Choose the Profiles->Developement->Libraries.
2. Setup a new library include the latest xmlparserv2.jar and xml.jar.
3. Right click on the MultipleParse.java and Run.
Since the parsing is asynchronous. The output is overlapped. The book3.xml will give errors.