> From: thomas biegert [mailto:[EMAIL PROTECTED]] > > hi > > how can i use a absolute path (like > http://dataserver/data.xml ) in the pipeline? > > e.g. <map:generate src="http://dataserver/data.xml"/>
That's how you can reach external resource. For resources which are residing in the same webapp, use: <map:generate src="context://path/from/webapp/root/data.xml"/> Vadim > thx for your help > > tom --------------------------------------------------------------------- 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]>