Stefan Kostopoulos wrote:
Hi everybody!
Is there are placeholder for the absolute path of the sitemap (similar
like {1} is a placeholder for the
first wildcard)?
You could take a look at the RealPathModule
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/RealPathModule.html
What I want to do is to pass a path to a file as a XSLT parameter
For what purpose? If you want to use it together with the
document() function, you maybe should consider using
aggregation instead for SOC reasons.
HTH,
Andreas