You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Ernesto Ten <e_...@hotmail.com> on 2000/06/19 23:26:28 UTC

Help!

When I run the testXSLT from the command line, with:

$ ./testXSLT -IN foo.xml -XSL foo.xsl

I get a malformed URL message. What problem could I be having?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


RE: Help!

Posted by Linda Derezinski <li...@interfacecontrol.com>.
You need to give a complete path

$ ./testXSLT -IN file:///c:/foo.xml -XSL file:///c:/foo.xsl -out foo.out
Note no file:/// for the -out


Linda Derezinski
Interface & Control Systems

 -----Original Message-----
From: 	Ernesto Ten [mailto:e_ten@hotmail.com]
Sent:	Monday, June 19, 2000 5:26 PM
To:	xalan-dev@xml.apache.org
Subject:	Help!

When I run the testXSLT from the command line, with:

$ ./testXSLT -IN foo.xml -XSL foo.xsl

I get a malformed URL message. What problem could I be having?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com