[ic] How can we make interchange *NOT* parse a page?

Jon Jensen interchange-users@interchange.redhat.com
Fri Nov 16 15:53:00 2001


On Fri, 16 Nov 2001, Jason Korkin wrote:

> Question: How can I make interchange *NOT* parse a page that is
> riddled with [include] tags and general ITL?  We're writing a basic
> editor that needs to be able to see these tags.
[snip]
> Called via:
>
> [perl arg=sub interpolate=1]
>         ShowPageHTML("[value file]", "[value siteid]")
> [/perl]

A few options come to mind:

* Try setting reparse=0 in your [perl] tag
* Do s/[/[/g on the text before you output it
* Surround your [perl] block with [restrict] tags ... hmm, wait, then
[perl] itself wouldn't work ...

Jon