RE: Oracle XSQL Pages v1.0.1.0

Subject: RE: Oracle XSQL Pages v1.0.1.0
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Thu, 24 Aug 2000 07:43:48 +0100
 Steve Muench
>   $ oraxsl source.xml style.xsl output.xyz
> 
> The only JAR you need in the path for this is 
> the xmlparserv2.jar.

Yep, got it to work that way this morning Steve, thanks
for the note.

For non-java heads, I needed

rem wherever you keep the oracle .jar files
set XSQL_HOME=C:\myjava\oracle
REM Oracle XML Parser V2 (with XSLT Engine) Archive
set CP=%XSQL_HOME%\xmlparserv2.jar;
rem %1 = xml file, %2 is stylesheet, %3 is output.
java -classpath %CP%  oracle.xml.xsql.XSQLCommandLine %1 %2 %3

It would be nice if you delivered the 'wrapped up' .exe version
Steve.

Regards DaveP


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread