[ic] item-field and interpolate

Jon Jensen interchange-users@interchange.redhat.com
Thu Dec 20 15:34:01 2001


On Thu, 20 Dec 2001, Bob Ramstad wrote:

> flypage.html has the following line:
>
> [item-field comment]
>
> which displays the value of comment for the current item.
>
> For various reasons, I would like to include ITL tags in the comment.
> (To be specific, I want to imbed imagemaps into the comment to add
> some additional navigation.)

Sounds like you want reparse, not interpolate. (Though there's some
overlap in those definitions.)

Try:

[strip reparse=1][item-field comment][/strip]

Or a harmless filter, or whatever. [strip] just takes off leading and
trailing whitespace -- you want to use it just to reparse the contents for
IC tags.

Jon