Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

XDK for Java: Specifications and Cheat Sheets, 3 of 15


oraxsl Command Line Interface

The oraxsl class provides a command-line interface to applying stylesheets on multiple XML documents. It accepts a number of command-line options that dictate how it should behave. The following is its invocation syntax:

public class oraxsl extends java.lang.Object
 
java.lang.Object
  |
  +--oracle.xml.parser.v2.oraxsl
     java oraxsl options* source? stylesheet? result?
          -w                          Show warnings
          -e <error log>              A file to write errors to
          -l <xml file list>          List of files to transform
          -d <directory>              Directory with files to transform
          -x <source extension>       Extensions to exclude
          -i <source extension>       Extensions to include
          -s <stylesheet>             Stylesheet to use
          -r <result extension>       Extension to use for results
          -o <result extension>       Directory to place results
          -p <param list>             List of Params
          -t <# of threads>           Number of threads to use
          -v                                Verbose mode

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index