Thanks, we'll give it a try.
-Christopher > From: Christopher Painter-Wakefield [mailto:[EMAIL PROTECTED]] > > > Vadim, > > thanks, that is illuminating. We are using context://... to reference our > logicsheets, for portability. Is there a way to use the file reference > relative to the context root (instead of an absolute path)? References to logicsheets are resolved by URLFactory. With URLFactory, it is possible to use either URL, or relative to the webapp context file path. So, you can use: <parameter name="href" value="logicsheets/request.xsl"/> and it should work. Vadim --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>