[xsl] calling xsl file which is inside the jar file

Subject: [xsl] calling xsl file which is inside the jar file
From: Ganesh Babu N <nbabuganesh@xxxxxxxxx>
Date: Mon, 8 Jun 2009 13:00:05 +0530
Dear All,

I have included test.xsl file in the jar file along with other java
classes. Is there anyway I can call the XSL file which is there inside
the jar file from Saxon / xalan command line.

I have tried the following command with Saxon but seems not working.

java -jar saxon9.jar -s:sample.xml -xsl:/test.xsl -o:sample-out.xml

Regards,
Ganesh

Current Thread