|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] running saxon on commandline,, Sakaama Heesakkers | Thread | Re: [xsl] running saxon on commandl, Sakaama Heesakkers |
| RE: [xsl] Comparision of parsers, Ross Kendall | Date | Re: [xsl] Comparision of parsers, Daniel Veillard |
| Month |