Re: c:import full windows path

2002-08-09 Thread Shawn Bayern

On Fri, 9 Aug 2002, Amarant Merah wrote:

 Is it possible to import a file based on full path? e.g.
 E:/somepath/myfile.xml
 
 I understand it is possible to import using full http
 url or relative to webapp like these:
 c:import url=http://domain.com/somepath/myfile.xml;
 var=xml/
 c:import url=/somepath/myfile.xml var=xml/
 
 I need something like
 c:import url=E:/abc/somepath/myfile.xml var=xml/
 and the above doesn't work.

Yes, you'd use a 'file' URL, as with a browser.  For instance:

 c:import url=file:///e:/abc/somepath/myfile.xml /

-- 
Shawn Bayern
JSTL in Action   http://www.jstlbook.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




c:import full windows path

2002-08-08 Thread Amarant Merah

Hi,

Is it possible to import a file based on full path?
e.g. E:/somepath/myfile.xml

I understand it is possible to import using full http
url or relative to webapp like these:
c:import url=http://domain.com/somepath/myfile.xml;
var=xml/
c:import url=/somepath/myfile.xml var=xml/

I need something like
c:import url=E:/abc/somepath/myfile.xml var=xml/
and the above doesn't work.

Basically I want to be able to import files that lie
on other partitions outside the webapp.
Any workaround?

Regards,
Amarant.


=
Amarant Merah - survive, and fighting.

http://digital.yahoo.com.au - Yahoo! Digital How To
- Get the best out of your PC!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]