
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] How can we make interchange *NOT* parse a page?
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
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users