Re: Stop embperl from messing with my code

2008-07-24 Thread Jean-Christophe Boggio
Thompson, Jon a écrit : I was rereading the page I where pulled that info. It's a little confusing. Apparently there's a [$ syntax Embperl $] to try as well. Here's the page: http://www2.ecos.de/~mailarc/embperl/2005-09/msg00051.html Thanks a million Jon. In fact it's quite simple : [$ syntax

RE: Stop embperl from messing with my code

2008-07-24 Thread Thompson, Jon
July 24, 2008 9:57 AM To: 'embperl@perl.apache.org' Subject: RE: Stop embperl from messing with my code I would try wrapping you're a tag in base.epl with these tags: [$ syntax EmbperlBlocks $] So it would look like: [$ syntax EmbperlBlocks $]

RE: Stop embperl from messing with my code

2008-07-24 Thread Thompson, Jon
I would try wrapping you're a tag in base.epl with these tags: [$ syntax EmbperlBlocks $] So it would look like: [$ syntax EmbperlBlocks $] [- Execute('upperband.epl'); -] [$ syntax EmbperlBlocks $] And no, white space for Embperl is li

Re: Stop embperl from messing with my code

2008-07-24 Thread Neil Gunton
Jean-Christophe Boggio wrote: Hello, I have really strange behaviours in my generated pages and I suspect embperl to be "modifying" my html. I'd like to prevent this. The case is this (I use Embperl Object) : base.epl: [- Execute('upperband.epl'); -] upperband.epl: su