|
Oracle XDK for C++
Product Name: XDK for C++
Author: Oracle
Website: http://otn.oracle.com/tech/xml/xdk_cpp/content.html
User Tool Settings
Command Line: |
C:\oracle_cpp\bin\xml.exe |
Arguments: |
|
To check Well-Formedness: |
-c "$(FilePath)" |
To validate: |
"$(FilePath)" |
To convert using XSLT: |
-s "$(FileTitle).xsl" "$(FilePath)" |
Initial Directory: |
|
Options: |
Capture Output in Tool View
OR
Capture Output in a new document of type: HTML File (for XSLT conversion) |
Comments
To use Oracle's C++ XML Parser, create a new User Tool and enter the Command Line, Arguments, Initial Directory and options as shown above.
If you have installed the Oracle XML C++ Parser in a different directory, replace
C:\oracle_cpp\
with the path where it is installed.
If you get "Failed to initialize XML parser, error 201", you need to set the environment variable
ORA_NLS33 to point to the location of the NLS data files (usually C:\oracle_cpp\nlsdata).
|
|
|