Here's my problem:
I've a phplib script working very well when I use the function pparse(...). But when I try to make it work with 2 separates call: parse(..) and then p(..), it does'nt parse my .ihtml exactly the same way.
In fact, with the second way, the parser strip every javascript functions that are beetween "{" or "}" characters... And I have specifics reasons to make it work like this.
Am I missing something ?
Any help will be appreciate,
Jean-François