Oracle8i Application Developer's Guide - XML Release 3 (8.1.7) Part Number A86030-01 |
|
Using XML Parser for Java, 11 of 22
oraxml
is a command-line interface to parse an XML document and check for well-formedness and validity.
To use oraxml ensure the following:
Use the following syntax to invoke oraxml
:
oraxml options* source
oraxml
expects to be given an XML file to parse. The options are described inTable 17-2.
oraxsl
is a command-line interface used to apply a stylesheet on multiple XML documents. It accepts a number of command-line options that dictate how it should behave.
To use oraxsl
ensure the following:
Use the following syntax to invole oraxsl
:
oraxsl options* source? stylesheet? result?
oraxsl
expects to be given a stylesheet, an XML file to transform, and optionally, a result file. If no result file is specified, it outputs the transformed document to standard out. If multiple XML documents need to be transformed by a stylesheet, the -l or -d options in conjunction with the -s and -r options should be used instead. These and other options are described in Table 17-3.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|