> > Are there any thoughts or comments on this?  Jason, I believe you
initially
> > had an idea (Injectors if I remember correctly) that would have made
this
> > possible, but I don't really understand how that would've worked.  Maybe
you
> > can shed some light...
>
> I think the idea was 'filters' rather than Injectors.

Could be.  I did not go into it at the time...

> What about a filtering mechanism on the stream you are rendering into?

I don't understand what you're trying to say.  Could you maybe explain it to
me.

Only inserted values should be scanned for entities.  A template like this:

#set ($sometext=" < ")
<text>$sometext</text>

needs to be rendered like this:

<text>&lt;</text>

The only point where I can determine whether I need to replace entities is
at "render time".

~ Leon

Reply via email to