Fw: dynamic xsl
"Simon Kelly" <[email protected]>
| Newsgroups | gmane.comp.java.strutscx.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, problems with the mail account ::blush:: ----- Original Message ----- From: Simon Kelly To: Nitin Gaur Sent: Thursday, August 14, 2003 12:03 PM Subject: Re: [Strutscx-user] dynamic xsl You can't really (or rather shouldn't) access the local machine outside of the war directory, especially if it's a portable web application. You would do better to define an area within your war file, dedicated to these new files. And when you write the files use getResourceAsStream() and handle file creation using the URL rather than File class, as this 'should' allow you to read and write new files even if the webapp is running directly from the war file. Cheers Simon ----- Original Message ----- From: Nitin Gaur To: [email protected] Sent: Thursday, August 14, 2003 11:16 AM Subject: [Strutscx-user] dynamic xsl hi, I want to know if there is any way I can add more xsl dynamically i.e. after the WAR build. I checked, xsl definitions take relative path from the project. Can I give a absolute path so that I can put xsl elsewhere on the disk and access it? I need this because I want a functionality to add new xsl templates by user. or any suggestions. thanks -nitin