[xsl] Xalan - No scheme found in URI

Subject: [xsl] Xalan - No scheme found in URI
From: "Robert Nicholson" <robert@xxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 18:20:51 -0700
Can anybody share with me why xalan does this?

java org.apache.xalan.xslt.Process -in resume.xml -xsl
resume-aus-html.xsl -out resume-aus.html

xalan complains about the xsl file. It complains because there's no scheme
in the path I'm providing. If I fire up tomcat and vend this with http: it
work fine I surely shouldn't have to do that just to use the translator at
the command line and

java org.apache.xalan.xslt.Process -in resume.xml -xsl
file://d:\java\jakarta\jakarta-tomcat\webapps\jobserve\jsp\resume-us-html.xs
l -out resume-us.html

doesn't work either so what should it be?


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


Current Thread