Felipe Contreras wrote: > A polymorphic approach is fine, but I want this in my code: > > foo="<var_start>var_name<var_end>/bar" > > So you are suggesting something like: > > foo="#{pseudo_var_name}/bar" > > Right? > Do you really want such a XML-like verbose syntax? Actually, I'm not sure what exactly you want to achieve as output, using what syntax. Could you give some excamples? mortee