[EMAIL PROTECTED] wrote:

> Hi, Oliver.
> 
>    I can offer an idea (doubt it would qualify as brilliant though - sorry).
> If you do a getResource from the ServletContext, it will give you a
> java.net.URL.  Then, maybe you could do an openConnection on the URL to get a
> URLConnection.  Then, try the getLastModified method on that...  Don't know if
> this will work, but figured I'd throw it out there as a suggestion.


"Java and XSLT" (Eric Burke / O'Reilly) shows a generic approach (additionally 
using Templates) for this. you could download the examples and have a look a 
chapter 6.

markus



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to