[dokuwiki] Re: preventing instruction level caching

> To output the XHTML of some syntax:
>
> $syntax = '{{indexmenu>....}}';
> print p_render('xhtml', p_get_instructions($syntax), $info);
>
> Note: This is an "expensive" operation as it instantiates a new renderer
> for
> each p_render() call. Using it for sth. like you want to achive shouldn't
> be a
> problem though as you problably only call it once in your plugin.
>

cool! will give a try tomorrow at work. Cheers!

Other related posts: