Re: Global variables

2002-06-10 Thread KOZLOV Roman
Hi, Does the following example help? map:match pattern=myprint.pdf map:match type=host pattern=* map:act type=request map:generate src=mydata.xml/ map:transform src=myxsl.xsl map:parameter name=filePath value=http://{../1}{context}/img/ /map:transform

Global variables

2002-06-09 Thread Frank Borkowsky
Hi! My question is: Are there anyother variables like {1}, {2} and {../1} ... with can be accessed in the sitemap through the bracket syntax? Has anyone a complete list of thesevariables? What we need is the servlet path as a parameter for the xsl-tranformer.Or Is XSP the solution?

Re: Global variables

2002-06-09 Thread Christian Haul
Frank Borkowsky wrote: Hi! My question is: Are there any other variables like {1}, {2} and {../1} ... with can be accessed in the sitemap through the bracket syntax? Actually, there are none. Not even the ones you mention. They depend on the use of certain sitemap components. The above