Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Embperl
Stop embperl from messing with my code
 

Index | Next | Previous | View Flat


embperl at thefreecat

Jul 24, 2008, 1:42 AM


Views: 2259
Permalink
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:
<div id="upperband">
<a href="/" class="noborder"> [- Execute('upperband.epl'); -]</a>
</div>

upperband.epl:
<img src="/img/upperband_home.png" class="noborder" />

subdir/upperband.epl:
<img src="/img/upperband_subdir.png" class="noborder" />


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 <a href="/" class="noborder">
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 :

<a href="/" class="noborder"<img src="/img/upperband_home.png" class="noborder" />
></a>

So my "<a ...>" tag is broken and I see the ">" character.


Also, I take the care of having only one space between 'href="/"' and 'class=...'
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,

--
Jean-Christophe Boggio -o)
embperl[at]thefreecat.org /\\
Independant Consultant and Developer _\_V

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe[at]perl.apache.org
For additional commands, e-mail: embperl-help[at]perl.apache.org

Subject User Time
Stop embperl from messing with my code embperl at thefreecat Jul 24, 2008, 1:42 AM
    Re: Stop embperl from messing with my code neil at nilspace Jul 24, 2008, 7:52 AM
    RE: Stop embperl from messing with my code jthomp at midwestern Jul 24, 2008, 9:56 AM
    RE: Stop embperl from messing with my code jthomp at midwestern Jul 24, 2008, 10:00 AM
    Re: Stop embperl from messing with my code embperl at thefreecat Jul 24, 2008, 5:59 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.