Dear All,
I have this (verbatim) in my sitemap:
<map:match pattern="*"> <map:parameter name="foo" value="{1}"/> </map:match>
...and I see:
Error while evaluating '{1}' : not so many levels
So what am I not getting?
The map:parameter belongs directly to the map:match. {1} so refers to something outside of map:match. And as there is nothing outside of map:match you get this exception.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]