Re: [xsl] running saxon on commandline, java, solaris

Subject: Re: [xsl] running saxon on commandline, java, solaris
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Mon, 8 Oct 2001 16:24:31 +0200
> [101]java -classpath/usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml 
> hello.xsl helloworld.html
> Can't find class world.xml
As you will learn, this is a java error. you're missing a space:

> [101]java -classpath/usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml 
                      ^

try:

java -classpath /usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml hello.xsl helloworld.html

-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

Attachment: pgp00011.pgp
Description: PGP signature

Current Thread