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]>
