This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Xalan - No scheme found in URI


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]