|
From: Stefan D S. <ste...@us...> - 2004-07-16 17:19:54
|
Hello, I am using Spring 1.0.2 and using the XSLTViewResolver. I know there was a problem getting the include directive in the stylesheet to work (e.g. include="includedfile.xslt") so that the path can be relative to the WEB-INF rather than your system home directory (e.g. file:///c:\................). Can anyone provide the solution to this. I have to use the latter way right now and it is obviously not preferred since moving the app to different environments or having different developers working with the stylesheet requires this path update in the 'include' directive. Thank you. |