On 18/12/06, Fernando Correia fernandoacorreia@gmail.com wrote:
I'm trying to create a template to encapsulate an extension. I'd like to call the extension passing the template parameters. Something like:
<extension-tag name="{{{1}}}" />
The problem is that the extension receives the string "{{{1}}}" and not the actual parameter. Searching this mailing list I found out that other users had the same problem but I could not find a definite answer.
I rather suspect that at present, at the time we strip out extension tags for processing, we're not evaluating template parameters in content or attributes.
If that's the case, then it might be something we can change, but at present, the answer is that there isn't a simple means of doing it.
Rob Church