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?
Humm,, with that syntax you are sending the parameter to the matcher. Are you actually trying to send the parameter to a generator?
<map:match pattern="*"> <map:generate src="bar"> <map:parameter name="foo" value="{1}"/> </map:generate> <map:transform src="sadf/qwert.xsl"/> <map:serialize/> </map:match>
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]