RE: Completed Document

2006-06-26 Thread Gerald Richter
> > Pete Moran wrote: > > Yes Craig, small world :) > > > > However its not the output of the execute I want, its also > including > > what was inside the base.epl itself so above where the > execute is > > called. In this example, the output would only contain the > tags. > > > > Th

Re: Completed Document

2006-06-26 Thread Craig Dunn
Pete Moran wrote: Yes Craig, small world :) However its not the output of the execute I want, its also including what was inside the base.epl itself so above where the execute is called. In this example, the output would only contain the tags. Thats why I said move it all a level dow

Re: Completed Document

2006-06-26 Thread Pete Moran
Yes Craig, small world :) However its not the output of the execute I want, its also including what was inside the base.epl itself so above where the execute is called. In this example, the output would only contain the tags. Regards Pete Craig Dunn wrote: Pete Moran wrote: Hi there

Re: Completed Document

2006-06-26 Thread Craig Dunn
Pete Moran wrote: Hi there, Hi Pete - small world :) For internal reasons, we need to log the completed HTML documents once compiled by Embperl... so if we have in base.epl [- Execute('*') -] Take out all the HTML from base.epl and put it one level down, then you can Ex