That is not going to work, the file attribute only accepts a path which is on the file system, and uses that path to open a java.io.File.
Chris Goldthorpe From: Stasik0 <[email protected]> To: [email protected] Date: 07/25/2011 01:40 PM Subject: [platform-dev] Accessing a help TOC on remote server via http Sent by: [email protected] Hi, I'd like to link my help toc and contents from remote server. Ideally, I'd like to implement something like: <extension point="org.eclipse.help.toc"> <toc file="http://www.server.com/toc.xml" primary="true" /> </extension> Is it possible? Do I need a different extention point? Best Regards Sten _______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
_______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
