Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 93582 invoked from network); 24 Jul 2008 16:57:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 16:57:20 -0000 Received: (qmail 56145 invoked by uid 500); 24 Jul 2008 16:57:19 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 56131 invoked by uid 500); 24 Jul 2008 16:57:19 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 56120 invoked by uid 99); 24 Jul 2008 16:57:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 09:57:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jthomp@midwestern.edu designates 204.152.157.117 as permitted sender) Received: from [204.152.157.117] (HELO azglmail1.midwestern.edu) (204.152.157.117) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 16:56:25 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Stop embperl from messing with my code Date: Thu, 24 Jul 2008 09:56:31 -0700 Message-ID: <848252BABF954D4886DD027D2E1F735001AC73E7@azglmail1.midwestern.edu> In-Reply-To: <48884064.9070806@thefreecat.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Stop embperl from messing with my code Thread-Index: AcjtaVhENcVQ8Vq/Q3+RA9Fer7IxAgAQ/JwQ References: <48884064.9070806@thefreecat.org> From: "Thompson, Jon" To: X-Virus-Checked: Checked by ClamAV on apache.org 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 like...messy. -----Original Message----- From: Jean-Christophe Boggio [mailto:embperl@thefreecat.org]=20 Sent: Thursday, July 24, 2008 1:42 AM To: embperl@perl.apache.org Subject: Stop embperl from messing with my code 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: upperband.epl: subdir/upperband.epl: As you see, I want a different image in the upper band depending on where the user is. The problem lies in base.epl : immediately after the and before the [- Execute... -] * If I leave the space, I get... a (vertical) space after the block. * If I remove the space, the generated code is this : > So my "" tag is broken and I see the ">" character. Also, I take the care of having only one space between 'href=3D"/"' and 'class=3D...' and I'd like embperl not to add useless spaces. On a big page with lots of tags it becomes significant. Is there a way to disable embperl's reinterpretation of the HTML code ? I never use the auto-table-like features. Thanks, --=20 Jean-Christophe Boggio -o) embperl@thefreecat.org /\\ Independant Consultant and Developer _\_V --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org