Re: xslt param - file dependancy

2003-12-04 Thread Peter Reilly
[EMAIL PROTECTED] wrote: Params are passed "as-is". No dependency checking here. Dependency checking is done in for: - sourcefile (in, basedir, includes, ...) - stylesheet (style) What you can do is - check the dependency for yourself with - pass the filename if dependency is ok: Or - check th

RE: xslt param - file dependancy

2003-12-04 Thread Jan . Materne
Params are passed "as-is". No dependency checking here. Dependency checking is done in for: - sourcefile (in, basedir, includes, ...) - stylesheet (style) What you can do is - check the dependency for yourself with - pass the filename if dependency is ok: Or - check the dependency for yoursel